Update
This commit is contained in:
parent
cf3bcec3be
commit
e36061e82f
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
Theme Name: melawy-plymouth-theme-neon-recline (neon-recline)
|
||||
Theme Name: melawy-plymouth-theme-lera-sugar (lera-sugar)
|
||||
Version: 3.0
|
||||
Description: Plymouth boot splash theme for Melawy OS
|
||||
Author: Valeria Fadeeva <valeria.fadeeva.me+melawy@gmail.com>
|
||||
|
|
@ -195,9 +195,9 @@ Window.SetBackgroundBottomColor(0, 0, 0);
|
|||
// ============================================================
|
||||
|
||||
if (aspect_ratio == 3440 / 1440) {
|
||||
background.image = Image("0EkLvkiE_4g_3440x1440.png");
|
||||
background.image = Image("BACKGROUND_3440_1440.png");
|
||||
} else if (aspect_ratio == 1920 / 1080) {
|
||||
background.image = Image("0EkLvkiE_4g_2564x1440.png");
|
||||
background.image = Image("BACKGROUND_1920_1080.png");
|
||||
} else {
|
||||
background.image = Image("BACKGROUND.png");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue