2019-05-31 09:15:27 +02:00
|
|
|
# GRUB2 gfxmenu Linux theme
|
2019-02-02 13:11:28 +01:00
|
|
|
# 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"
|
2019-02-02 13:11:28 +01:00
|
|
|
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%
|
2021-01-25 16:54:41 +01:00
|
|
|
width = 40%
|
|
|
|
height = 40%
|
2024-10-25 06:23:36 +02:00
|
|
|
item_font = "Unifont Regular 32"
|
2019-02-02 13:11:28 +01:00
|
|
|
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
|
2019-02-02 13:11:28 +01:00
|
|
|
selected_item_pixmap_style = "select_*.png"
|
|
|
|
}
|
|
|
|
|
2021-09-12 09:14:00 +02:00
|
|
|
+ image {
|
|
|
|
top = 100%-100
|
|
|
|
left = 50%-480
|
|
|
|
width = 960
|
|
|
|
height = 84
|
|
|
|
file = "info.png"
|
|
|
|
}
|
|
|
|
|
2019-02-02 13:11:28 +01:00
|
|
|
# Show a countdown message using the label component
|
|
|
|
+ label {
|
|
|
|
top = 82%
|
2019-05-31 11:09:13 +02:00
|
|
|
left = 32%
|
2021-01-25 16:54:41 +01:00
|
|
|
width = 36%
|
2019-02-02 13:11:28 +01:00
|
|
|
align = "center"
|
|
|
|
id = "__timeout__"
|
|
|
|
text = "Booting in %d seconds"
|
|
|
|
color = "#cccccc"
|
2024-10-25 06:23:36 +02:00
|
|
|
font = "Unifont Regular 32"
|
2019-02-02 13:11:28 +01:00
|
|
|
}
|