This commit is contained in:
Valeria Fadeeva 2026-08-08 17:55:13 +05:00
parent cf3bcec3be
commit e36061e82f
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

View File

@ -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");
}