rewrote thing
This commit is contained in:
8
acab.plymouth
Normal file
8
acab.plymouth
Normal 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
|
||||
@@ -149,7 +149,7 @@ logo_pos.x = logo_center.x - logo_size/2;
|
||||
logo_pos.y = logo_center.y - logo_size/2;
|
||||
|
||||
#------------------------------- Background ----------------------------------------
|
||||
bg_image = Image("plymouth_background_foxy.png");
|
||||
bg_image = Image("plymouth_background_acab.png");
|
||||
bg_image_ratio = bg_image.GetWidth() / bg_image.GetHeight();
|
||||
if (screen_ratio > bg_image_ratio)
|
||||
bg_scale_factor = window_max.width / bg_image.GetWidth();
|
||||
@@ -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
|
||||
BIN
plymouth_background_acab.png
Normal file
BIN
plymouth_background_acab.png
Normal file
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 |
Reference in New Issue
Block a user