mirror of
https://github.com/PoliEcho/EarthArch.git
synced 2025-09-06 11:24:43 +00:00
53 lines
932 B
Plaintext
53 lines
932 B
Plaintext
# EarthArch Grub Theme by PoliEcho
|
|
|
|
desktop-image: "EarthArch_bg.png"
|
|
|
|
title-text: ""
|
|
|
|
terminal-font: "Hack Bold 18"
|
|
terminal-left: "20%"
|
|
terminal-top: "10%"
|
|
terminal-width: "60%"
|
|
terminal-height: "80%"
|
|
terminal-box: "term_box_*.png"
|
|
|
|
+ boot_menu {
|
|
left = 0%
|
|
width = 25%
|
|
top = 7%
|
|
height = 85%
|
|
|
|
item_font = "monospace 14"
|
|
item_color = "#1a4165"
|
|
item_height = 36
|
|
item_spacing = 6
|
|
|
|
selected_item_font = "monospace 14"
|
|
selected_item_color = "#f78600"
|
|
selected_item_pixmap_style= "select_*.png"
|
|
}
|
|
|
|
+ label {
|
|
left = 5%
|
|
top = 95%
|
|
height = 30
|
|
width = 30
|
|
|
|
id = "__timeout__"
|
|
|
|
color = "#f78600"
|
|
}
|
|
|
|
+ label {
|
|
left = 95%-600
|
|
top = 95%
|
|
height = 30
|
|
width = 600
|
|
|
|
color = "#f78600"
|
|
|
|
align = "right"
|
|
|
|
text = "@KEYMAP_SHORT@"
|
|
}
|