This commit is contained in:
Valeria Fadeeva 2026-08-09 01:57:42 +05:00
parent 279d1339ef
commit df167e131f
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 133 KiB

View File

@ -1,5 +1,5 @@
/*
Theme Name: melawy-plymouth-theme-neon-recline (neon-recline)
Theme Name: melawy-plymouth-theme (melawy)
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");
}