add countdown in left screen

This commit is contained in:
crylia
2021-07-06 19:57:00 +02:00
parent 2b8e412696
commit b1ad67e7fe
6 changed files with 18 additions and 2 deletions

View File

@@ -13,6 +13,7 @@ terminal-font: "Super Mario Land (Game Boy) Regular 24"
# Boot menu
+ boot_menu {
left = 29%
top = 33%
width = 550
@@ -26,3 +27,18 @@ terminal-font: "Super Mario Land (Game Boy) Regular 24"
icon_width = 0
item_icon_space = 0
}
# Autoboot Countdown
+ progress_bar {
left = 0%
top = 55%
width = 0
height = 0
id = "__timeout__"
text = "@TIMEOUT_NOTIFICATION_SHORT@"
text_color = #ffffff
bar_style = "*"
hilight_style = "*"
font = "Super Mario Land (Game Boy) Regular 48"
#font = "Mario64 Regular 32"
}