diff --git a/acab.plymouth b/acab.plymouth new file mode 100644 index 0000000..1617eac --- /dev/null +++ b/acab.plymouth @@ -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 diff --git a/foxy.script b/acab.script similarity index 99% rename from foxy.script rename to acab.script index da3b93f..ea7703c 100644 --- a/foxy.script +++ b/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(); diff --git a/foxy.plymouth b/foxy.plymouth deleted file mode 100644 index daf5f3f..0000000 --- a/foxy.plymouth +++ /dev/null @@ -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 diff --git a/plymouth_background_acab.png b/plymouth_background_acab.png new file mode 100644 index 0000000..6dcea65 Binary files /dev/null and b/plymouth_background_acab.png differ diff --git a/plymouth_background_foxy.png b/plymouth_background_foxy.png deleted file mode 100644 index aa88f6b..0000000 Binary files a/plymouth_background_foxy.png and /dev/null differ diff --git a/plymouth_background_violet.png b/plymouth_background_violet.png deleted file mode 100644 index 958dd6f..0000000 Binary files a/plymouth_background_violet.png and /dev/null differ