Fixed spacing and format in the GRUB theme

imgbot
Michal 2 years ago
parent 0fdc1de9f3
commit f6d3ed5034
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -6,7 +6,7 @@ title-text: ""
desktop-image: "background.png" desktop-image: "background.png"
desktop-image-scale-method: "stretch" desktop-image-scale-method: "stretch"
desktop-color: "#000000" desktop-color: "#000000"
terminal-font: "Unifont Regular 16" terminal-font: "Unifont Regular 12"
terminal-left: "0" terminal-left: "0"
terminal-top: "0" terminal-top: "0"
terminal-width: "100%" terminal-width: "100%"
@ -16,17 +16,17 @@ terminal-border: "0"
# Logo image # Logo image
+ image { + image {
left = 50%-75 left = 50%-75
top = 50%-75 top = 25%-75
file = "logo.png" file = "logo.png"
} }
# Show the boot menu # Show the boot menu
+ boot_menu { + boot_menu {
left = 50%-240 top = 45%
top = 60% left = 10%
width = 480 width = 80%
height = 30% height = 45%
item_font = "Unifont Regular 16" item_font = "Unifont Regular 12"
item_color = "#f6f6f6" item_color = "#f6f6f6"
selected_item_color = "#f6f6f6" selected_item_color = "#f6f6f6"
item_height = 32 item_height = 32
@ -36,11 +36,12 @@ terminal-border: "0"
# Show a countdown message using the label component # Show a countdown message using the label component
+ label { + label {
top = 82% top = 85%
left = 35% left = 35%
width = 30% width = 30%
item_font = "Unifont Regular 12"
align = "center" align = "center"
id = "__timeout__" id = "__timeout__"
text = "Booting in %d seconds" text = "Booting in %ds"
color = "#f6f6f6" color = "#f6f6f6"
} }

Loading…
Cancel
Save