rewrote thing

This commit is contained in:
2024-11-01 21:44:47 +01:00
parent 9316374d42
commit e1a2b95ad5
6 changed files with 9 additions and 9 deletions

8
acab.plymouth Normal file
View File

@@ -0,0 +1,8 @@
[Plymouth Theme]
Name=ACAB theme
Description=A theme that features a bunch of cute foxies
ModuleName=script
[script]
ImageDir=/usr/share/plymouth/themes/acab
ScriptFile=/usr/share/plymouth/themes/acab/acab.script

View File

@@ -149,7 +149,7 @@ logo_pos.x = logo_center.x - logo_size/2;
logo_pos.y = logo_center.y - logo_size/2; logo_pos.y = logo_center.y - logo_size/2;
#------------------------------- Background ---------------------------------------- #------------------------------- Background ----------------------------------------
bg_image = Image("plymouth_background_foxy.png"); bg_image = Image("plymouth_background_acab.png");
bg_image_ratio = bg_image.GetWidth() / bg_image.GetHeight(); bg_image_ratio = bg_image.GetWidth() / bg_image.GetHeight();
if (screen_ratio > bg_image_ratio) if (screen_ratio > bg_image_ratio)
bg_scale_factor = window_max.width / bg_image.GetWidth(); bg_scale_factor = window_max.width / bg_image.GetWidth();

View File

@@ -1,8 +0,0 @@
[Plymouth Theme]
Name=Foxy theme
Description=A theme that features a bunch of cute foxies
ModuleName=script
[script]
ImageDir=/usr/share/plymouth/themes/foxy
ScriptFile=/usr/share/plymouth/themes/foxy/foxy.script

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.5 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 102 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB