Grub: make timeout label visible with new background

This commit is contained in:
Daniel Ruiz de Alegría 2023-01-29 11:06:22 +01:00
parent 71df1b95fa
commit f26706a668
No known key found for this signature in database
GPG Key ID: 59667A77E8BFCB6C

View File

@ -28,11 +28,11 @@ terminal-border: "0"
# Show a countdown message using the label component # Show a countdown message using the label component
+ label { + label {
top = 82% top = 95%
left = 35% left = 35%
width = 30% width = 30%
align = "center" align = "center"
id = "__timeout__" id = "__timeout__"
text = "Booting in %d seconds" text = "Booting in %d seconds"
color = "#cccccc" color = "#ffffff"
} }