mirror of
https://github.com/AdisonCavani/distro-grub-themes.git
synced 2025-06-06 23:22:34 +02:00

Increase width to accommodate long menuentry like`Fedora Linux (5.1x.xx-xxx.fc35.x86_64) 35 (Workstation edition Edition)`
44 lines
899 B
Text
44 lines
899 B
Text
# GRUB2 gfxmenu Linux theme
|
|
# Designed for any resolution
|
|
|
|
# Global Property
|
|
title-text: ""
|
|
desktop-image: "background.png"
|
|
desktop-color: "#000000"
|
|
terminal-font: "Terminus Regular 14"
|
|
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 = 15%
|
|
top = 40%
|
|
width = 60%
|
|
height = 65%
|
|
item_font = "Ubuntu Regular 20"
|
|
item_color = "#cccccc"
|
|
selected_item_color = "#ffffff"
|
|
icon_width = 36
|
|
icon_height = 36
|
|
item_icon_space = 20
|
|
item_height = 40
|
|
item_padding = 2
|
|
item_spacing = 10
|
|
selected_item_pixmap_style = "select_*.png"
|
|
}
|
|
|
|
|
|
# Show a countdown message using the label component
|
|
+ label {
|
|
left = 15%
|
|
top = 31%
|
|
align = "center"
|
|
id = "__timeout__"
|
|
text = "Fedora will start in %d seconds"
|
|
color = "#cccccc"
|
|
font = "Ubuntu Regular 17"
|
|
}
|