mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-09 04:48:08 +02:00
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 <hdegoede@redhat.com>
This commit is contained in:
parent
73a44fb1f7
commit
38771c16e4
2 changed files with 32 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue