diff options
Diffstat (limited to 'themes/script/script.script')
-rw-r--r-- | themes/script/script.script | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/themes/script/script.script b/themes/script/script.script index e0dd6e9a..6f0900c4 100644 --- a/themes/script/script.script +++ b/themes/script/script.script @@ -2,6 +2,11 @@ splash_type = "spinfinity"; # "fade_in" or "spinfinity" +SpriteWindowSetBackgroundTopColor(0.2, 0.1, 0.5); +SpriteWindowSetBackgroundBottomColor(0.2, 0.1, 0.5); + + + if (splash_type == "spinfinity"){ logo.image = ImageNew("special://logo"); logo.sprite = SpriteNew(); @@ -40,7 +45,6 @@ if (splash_type == "spinfinity"){ } } - refresh (); # do one at the start PlymouthSetRefreshFunction (refresh); } else if (splash_type == "fade_in"){ @@ -66,7 +70,6 @@ else if (splash_type == "fade_in"){ } } - refresh (); # do one at the start PlymouthSetRefreshFunction (refresh); } else { |