grub2-themes/config/theme-ultrawide.txt

53 lines
998 B
Plaintext
Raw Normal View History

2020-05-19 17:40:47 +02:00
# GRUB2 gfxmenu Linux theme
# Designed for any resolution
# Global Property
title-text: ""
2020-08-25 05:32:02 +02:00
desktop-image: "background.jpg"
2020-05-19 17:40:47 +02:00
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 = 30%
top = 30%
2021-01-26 05:27:21 +01:00
width = 40%
height = 40%
2020-05-19 17:40:47 +02:00
item_font = "Unifont Regular 16"
item_color = "#cccccc"
selected_item_color = "#ffffff"
icon_width = 32
icon_height = 32
item_icon_space = 20
item_height = 36
item_padding = 5
item_spacing = 10
selected_item_pixmap_style = "select_*.png"
}
2021-09-12 09:14:00 +02:00
+ image {
top = 100%-50
left = 50%-240
width = 480
height = 42
file = "info.png"
}
2020-05-19 17:40:47 +02:00
# Show a countdown message using the label component
+ label {
top = 82%
left = 32%
2021-01-26 05:27:21 +01:00
width = 36%
2020-05-19 17:40:47 +02:00
align = "center"
id = "__timeout__"
text = "Booting in %d seconds"
color = "#cccccc"
font = "Unifont Regular 16"
}