My-distro-configs-debian/bootloaders/boot/grub/live-theme/theme.txt

52 lines
1.1 KiB
Plaintext
Raw Normal View History

2023-11-20 19:52:08 -01:00
desktop-image: "../splash.png"
title-color: "#ffffff"
title-font: "Unifont Regular 16"
2023-11-20 20:31:18 -01:00
title-text: ""
2023-11-20 19:52:08 -01:00
message-font: "Unifont Regular 16"
terminal-font: "Unifont Regular 16"
2022-10-11 18:21:01 +00:00
2023-11-20 19:52:08 -01:00
#help bar at the bottom
+ label {
top = 100%-50
left = 0
width = 100%
height = 20
text = "@KEYMAP_SHORT@"
align = "center"
color = "#ffffff"
font = "Unifont Regular 16"
}
2022-11-25 09:42:09 -01:00
2023-11-20 19:52:08 -01:00
#boot menu
+ boot_menu {
left = 10%
width = 80%
top = 52%
height = 48%-80
item_color = "#a8a8a8"
item_font = "Unifont Regular 16"
selected_item_color= "#ffffff"
selected_item_font = "Unifont Regular 16"
item_height = 16
item_padding = 0
item_spacing = 4
icon_width = 0
icon_heigh = 0
item_icon_space = 0
}
2023-11-18 13:16:58 -01:00
2023-11-20 19:52:08 -01:00
#progress bar
+ progress_bar {
id = "__timeout__"
left = 15%
top = 100%-80
height = 16
width = 70%
font = "Unifont Regular 16"
text_color = "#000000"
fg_color = "#ffffff"
bg_color = "#a8a8a8"
border_color = "#ffffff"
text = "@TIMEOUT_NOTIFICATION_LONG@"
2022-10-11 18:21:01 +00:00
}