mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-08 01:58:09 +02:00
themes: Update spinner and bgrt background settings
Update the spinner and bgrt themes background to solid black so that we get the same background, independent of whether the firmware-splash (ACPI BGRT extension) is available and to closer match the mock-ups from: https://wiki.gnome.org/Design/OS/BootProgress Signed-off-by: Hans de Goede <hdegoede@redhat.com>
This commit is contained in:
parent
1246c79a09
commit
8db9e86898
4 changed files with 4 additions and 5 deletions
|
|
@ -17,8 +17,8 @@ WatermarkHorizontalAlignment=.5
|
|||
WatermarkVerticalAlignment=.96
|
||||
Transition=none
|
||||
TransitionDuration=0.0
|
||||
BackgroundStartColor=0x202020
|
||||
BackgroundEndColor=0x202020
|
||||
BackgroundStartColor=0x000000
|
||||
BackgroundEndColor=0x000000
|
||||
ProgressBarBackgroundColor=0x606060
|
||||
ProgressBarForegroundColor=0xffffff
|
||||
DialogClearsFirmwareBackground=true
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@ themedir = $(datadir)/plymouth/themes/spinner
|
|||
nodist_theme_DATA = spinner.plymouth
|
||||
|
||||
dist_theme_DATA = \
|
||||
background-tile.png \
|
||||
bullet.png \
|
||||
entry.png \
|
||||
lock.png \
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 78 KiB |
|
|
@ -17,8 +17,8 @@ WatermarkHorizontalAlignment=.5
|
|||
WatermarkVerticalAlignment=.96
|
||||
Transition=none
|
||||
TransitionDuration=0.0
|
||||
BackgroundStartColor=0x202020
|
||||
BackgroundEndColor=0x202020
|
||||
BackgroundStartColor=0x000000
|
||||
BackgroundEndColor=0x000000
|
||||
ProgressBarBackgroundColor=0x606060
|
||||
ProgressBarForegroundColor=0xffffff
|
||||
MessageBelowAnimation=true
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue