grub2-themes/common/theme-4k.txt

45 lines
903 B
Plaintext
Raw Normal View History

2019-05-31 09:15:27 +02:00
# GRUB2 gfxmenu Linux theme
# Designed for any resolution
# Global Property
title-text: ""
desktop-image: "background.jpg"
desktop-color: "#000000"
2019-10-23 14:37:55 +02:00
terminal-font: "Terminus Regular 18"
terminal-box: "terminal_box_*.png"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
# Show the boot menu
+ boot_menu {
left = 30%
top = 30%
width = 45%
height = 60%
2019-10-24 08:37:47 +02:00
item_font = "DejaVu Regular 32"
item_color = "#cccccc"
selected_item_color = "#ffffff"
2019-10-23 14:32:32 +02:00
icon_width = 64
icon_height = 64
item_icon_space = 36
item_height = 80
item_padding = 12
item_spacing = 24
selected_item_pixmap_style = "select_*.png"
}
# Show a countdown message using the label component
+ label {
top = 82%
2019-05-31 11:09:13 +02:00
left = 32%
width = 30%
align = "center"
id = "__timeout__"
text = "Booting in %d seconds"
color = "#cccccc"
2019-10-24 08:37:47 +02:00
font = "DejaVu Regular 32"
}