This commit is contained in:
Valeria Fadeeva 2026-08-09 01:59:41 +05:00
parent 8612f299fd
commit 56a178a39d
3 changed files with 3 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.0 MiB

View File

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