From: Hans de Goede Date: Wed, 6 Feb 2019 16:04:04 +0000 (+0100) Subject: themes: Update spinner and bgrt theme offline updates mode X-Git-Tag: 0.9.5~74^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=38771c16e441d2109e099e1954ff502d87652f62;p=thirdparty%2Fplymouth.git themes: Update spinner and bgrt theme offline updates mode Make the spinner and bgrt offline updates mode match the GNOME design mockups from: https://wiki.gnome.org/Design/OS/BootProgress Signed-off-by: Hans de Goede --- diff --git a/themes/bgrt/bgrt.plymouth.in b/themes/bgrt/bgrt.plymouth.in index e93f91c9..b0899d75 100644 --- a/themes/bgrt/bgrt.plymouth.in +++ b/themes/bgrt/bgrt.plymouth.in @@ -4,16 +4,26 @@ Description=Jimmac's spinner theme using the ACPI BGRT graphics as background ModuleName=two-step [two-step] +Font=Cantarell 12 +TitleFont=Cantarell Light 30 ImageDir=@PLYMOUTH_THEME_PATH@/spinner +DialogHorizontalAlignment=.5 +DialogVerticalAlignment=.382 +TitleHorizontalAlignment=.5 +TitleVerticalAlignment=.382 HorizontalAlignment=.5 -VerticalAlignment=.75 +VerticalAlignment=.7 WatermarkHorizontalAlignment=.5 WatermarkVerticalAlignment=.96 Transition=none TransitionDuration=0.0 BackgroundStartColor=0x202020 BackgroundEndColor=0x202020 +ProgressBarBackgroundColor=0x606060 +ProgressBarForegroundColor=0xffffff +ProgressBarShowPercentComplete=true DialogClearsFirmwareBackground=true +MessageBelowAnimation=true [boot-up] UseFirmwareBackground=true @@ -22,4 +32,7 @@ UseFirmwareBackground=true UseFirmwareBackground=true [updates] -UseFirmwareBackground=true +SuppressMessages=true +UseProgressBar=true +Title=Installing Updates... +SubTitle=Do not turn off your computer diff --git a/themes/spinner/spinner.plymouth.in b/themes/spinner/spinner.plymouth.in index 6ba3f426..02e7eb73 100644 --- a/themes/spinner/spinner.plymouth.in +++ b/themes/spinner/spinner.plymouth.in @@ -4,12 +4,28 @@ Description=A theme designed by jimmac that features a simple spinner. ModuleName=two-step [two-step] +Font=Cantarell 12 +TitleFont=Cantarell Light 30 ImageDir=@PLYMOUTH_THEME_PATH@/spinner +DialogHorizontalAlignment=.5 +DialogVerticalAlignment=.382 +TitleHorizontalAlignment=.5 +TitleVerticalAlignment=.382 HorizontalAlignment=.5 -VerticalAlignment=.75 +VerticalAlignment=.7 WatermarkHorizontalAlignment=.5 WatermarkVerticalAlignment=.96 Transition=none TransitionDuration=0.0 BackgroundStartColor=0x202020 BackgroundEndColor=0x202020 +ProgressBarBackgroundColor=0x606060 +ProgressBarForegroundColor=0xffffff +ProgressBarShowPercentComplete=true +MessageBelowAnimation=true + +[updates] +SuppressMessages=true +UseProgressBar=true +Title=Installing Updates... +SubTitle=Do not turn off your computer