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

Loading…
Cancel
Save