Skip to content

Commit

Permalink
Update Progress Bar
Browse files Browse the repository at this point in the history
  • Loading branch information
RobLoach committed Jun 5, 2018
1 parent 2162c94 commit becf60c
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 25 deletions.
Binary file added progress_bar_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added progress_bar_hl_c.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added progress_bar_hl_n.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
34 changes: 9 additions & 25 deletions theme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,33 +25,17 @@ terminal-border: "0"
selected_item_pixmap_style = "selected_item_*.png"
}

# Countdown message
+ label {
# Progress bar
+ progress_bar {
id = "__timeout__"
left = 0
top = 100%-48
top = 100%-3
height = 3
width = 100%
align = "center"
id = "__timeout__"
# DE
# text = "Start in %d Sekunden."
# EN
text = "Booting in %d seconds"
# ES
# text = "Arranque en% d segundos"
# FR
# text = "Démarrage automatique dans %d secondes"
# NO
# text = "Starter om %d sekunder"
# PT
# text = "Arranque automático dentro de %d segundos"
# RU
# text = "Загрузка выбранного пункта через %d сек."
# UA
# text = "Автоматичне завантаження розпочнеться через %d сек."
# zh_CN
# text = "在 %d 内启动"
color = "#ffffff"
font = "DejaVu Sans Regular 14"
show_text = false

bar_style = "progress_bar_*.png"
highlight_style = "progress_bar_hl_*.png"
}

# Navigation keys hint
Expand Down

0 comments on commit becf60c

Please sign in to comment.