2019-05-31 15:15:27 +08:00
|
|
|
# GRUB2 gfxmenu Linux theme
|
2019-02-02 17:41:28 +05:30
|
|
|
# Designed for any resolution
|
|
|
|
|
|
|
|
# Global Property
|
|
|
|
title-text: ""
|
|
|
|
desktop-image: "background.jpg"
|
|
|
|
desktop-color: "#000000"
|
2019-10-23 20:37:55 +08:00
|
|
|
terminal-font: "Terminus Regular 18"
|
2019-02-02 17:41:28 +05:30
|
|
|
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 23:54:41 +08:00
|
|
|
width = 40%
|
|
|
|
height = 40%
|
2020-03-19 16:12:10 +01:00
|
|
|
item_font = "DejaVu Sans Regular 32"
|
2019-02-02 17:41:28 +05:30
|
|
|
item_color = "#cccccc"
|
|
|
|
selected_item_color = "#ffffff"
|
2019-10-23 20:32:32 +08:00
|
|
|
icon_width = 64
|
|
|
|
icon_height = 64
|
|
|
|
item_icon_space = 36
|
|
|
|
item_height = 80
|
|
|
|
item_padding = 12
|
|
|
|
item_spacing = 24
|
2019-02-02 17:41:28 +05:30
|
|
|
selected_item_pixmap_style = "select_*.png"
|
|
|
|
}
|
|
|
|
|
2021-09-12 15:14:00 +08:00
|
|
|
+ image {
|
|
|
|
top = 100%-100
|
|
|
|
left = 50%-480
|
|
|
|
width = 960
|
|
|
|
height = 84
|
|
|
|
file = "info.png"
|
|
|
|
}
|
|
|
|
|
2019-02-02 17:41:28 +05:30
|
|
|
# Show a countdown message using the label component
|
|
|
|
+ label {
|
|
|
|
top = 82%
|
2019-05-31 17:09:13 +08:00
|
|
|
left = 32%
|
2021-01-25 23:54:41 +08:00
|
|
|
width = 36%
|
2019-02-02 17:41:28 +05:30
|
|
|
align = "center"
|
|
|
|
id = "__timeout__"
|
|
|
|
text = "Booting in %d seconds"
|
|
|
|
color = "#cccccc"
|
2020-03-19 16:12:10 +01:00
|
|
|
font = "DejaVu Sans Regular 32"
|
2019-02-02 17:41:28 +05:30
|
|
|
}
|