update backgrounds/themes for Debian 11 (xfce4-desktop, GRUB (UEFI), isolinux (BIOS), lightdm, plymouth)
- update isolinux menu text
This commit is contained in:
51
config/bootloaders/grub-pc/live-theme/theme.txt
Normal file
51
config/bootloaders/grub-pc/live-theme/theme.txt
Normal file
@@ -0,0 +1,51 @@
|
||||
desktop-image: "../splash.png"
|
||||
title-color: "#ffffff"
|
||||
title-font: "DejaVu Sans Bold 16"
|
||||
title-text: "debian-live-config 2.2.5 (Debian 11.0.0)"
|
||||
message-font: "Unifont Regular 16"
|
||||
terminal-font: "Unifont Regular 16"
|
||||
|
||||
#help bar at the bottom
|
||||
+ label {
|
||||
top = 100%-50
|
||||
left = 0
|
||||
width = 100%
|
||||
height = 20
|
||||
text = "@KEYMAP_SHORT@"
|
||||
align = "center"
|
||||
color = "#ffffff"
|
||||
font = "DejaVu Sans Bold 14"
|
||||
}
|
||||
|
||||
#boot menu
|
||||
+ boot_menu {
|
||||
left = 10%
|
||||
width = 80%
|
||||
top = 52%
|
||||
height = 48%-80
|
||||
item_color = "#a8a8a8"
|
||||
item_font = "DejaVu Sans Bold 14"
|
||||
selected_item_color= "#ffffff"
|
||||
selected_item_font = "DejaVu Sans Bold 14"
|
||||
item_height = 16
|
||||
item_padding = 0
|
||||
item_spacing = 4
|
||||
icon_width = 0
|
||||
icon_heigh = 0
|
||||
item_icon_space = 0
|
||||
}
|
||||
|
||||
#progress bar
|
||||
+ progress_bar {
|
||||
id = "__timeout__"
|
||||
left = 15%
|
||||
top = 100%-80
|
||||
height = 16
|
||||
width = 70%
|
||||
font = "DejaVu Sans Regular 14"
|
||||
text_color = "#000000"
|
||||
fg_color = "#ffffff"
|
||||
bg_color = "#a8a8a8"
|
||||
border_color = "#ffffff"
|
||||
text = "@TIMEOUT_NOTIFICATION_LONG@"
|
||||
}
|
||||
BIN
config/bootloaders/grub-pc/splash.png
Normal file
BIN
config/bootloaders/grub-pc/splash.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.7 KiB |
@@ -1,7 +1,7 @@
|
||||
menu hshift 0
|
||||
menu width 82
|
||||
|
||||
menu title dlc 2.2.5 - Boot menu
|
||||
menu title debian-live-config 2.2.5 (Debian 11.0.0)
|
||||
include stdmenu.cfg
|
||||
include live.cfg
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 9.9 KiB After Width: | Height: | Size: 6.7 KiB |
@@ -45,7 +45,7 @@
|
||||
# transition-duration = overrides default value
|
||||
#
|
||||
[greeter]
|
||||
background = /usr/share/backgrounds/futureprototype-darker-4096x2160.svg
|
||||
background = /usr/share/backgrounds/homeworld-darker-3840x2160.png
|
||||
user-background = false
|
||||
theme-name = Arc-Darker
|
||||
icon-theme-name = Papirus
|
||||
|
||||
3
config/includes.chroot/etc/plymouth/plymouthd.conf
Normal file
3
config/includes.chroot/etc/plymouth/plymouthd.conf
Normal file
@@ -0,0 +1,3 @@
|
||||
# Administrator customizations go in this file
|
||||
[Daemon]
|
||||
Theme=homeworld
|
||||
@@ -1,2 +1,2 @@
|
||||
# xfce backdrop list
|
||||
/usr/share/backgrounds/futureprototype-darker-4096x2160.svg
|
||||
/usr/share/backgrounds/homeworld-darker-3840x2160.png
|
||||
|
||||
@@ -4,19 +4,19 @@
|
||||
<property name="backdrop" type="empty">
|
||||
<property name="screen0" type="empty">
|
||||
<property name="monitor0" type="empty">
|
||||
<property name="image-path" type="string" value="/usr/share/backgrounds/futureprototype-darker-4096x2160.svg"/>
|
||||
<property name="image-path" type="string" value="/usr/share/backgrounds/homeworld-darker-3840x2160.png"/>
|
||||
<property name="image-show" type="bool" value="true"/>
|
||||
<property name="last-single-image" type="string" value="/usr/share/backgrounds/futureprototype-darker-4096x2160.svg"/>
|
||||
<property name="last-single-image" type="string" value="/usr/share/backgrounds/homeworld-darker-3840x2160.png"/>
|
||||
<property name="backdrop-cycle-enable" type="bool" value="true"/>
|
||||
<property name="backdrop-cycle-timer" type="uint" value="600"/>
|
||||
<property name="image-style" type="int" value="0"/>
|
||||
<property name="workspace0" type="empty">
|
||||
<property name="image-style" type="int" value="3"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/futureprototype-darker-4096x2160.svg"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/homeworld-darker-3840x2160.png"/>
|
||||
</property>
|
||||
<property name="workspace1" type="empty">
|
||||
<property name="image-style" type="int" value="3"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/futureprototype-darker-4096x2160.svg"/>
|
||||
<property name="last-image" type="string" value="/usr/share/backgrounds/homeworld-darker-3840x2160.png"/>
|
||||
</property>
|
||||
</property>
|
||||
</property>
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 131 KiB |
@@ -218,7 +218,7 @@ accountsservice
|
||||
#Section: Boot screen
|
||||
plymouth
|
||||
plymouth-x11
|
||||
|
||||
plymouth-themes
|
||||
|
||||
#Section: Scheduling
|
||||
at
|
||||
|
||||
Reference in New Issue
Block a user