Skip to content

Commit

Permalink
Rework text display entirely
Browse files Browse the repository at this point in the history
Top flavor text now displayed through GRUB itself instead of being stamped on the background.
GRUB text now shares the same colour as the title text. Menu entries still keep their brighter colour for emphasis.
  • Loading branch information
Jacksaur authored Mar 8, 2022
1 parent 23769f3 commit e82bc93
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 45 deletions.
Binary file modified background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 37 additions & 45 deletions theme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,39 @@ terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"

# Line 1
+ label {
left = 0
top = 8%
width = 100%
align = "center"
text = "GNU GRAND UNIFIED BOOTLOADER VER 2.2"
color = "#B36400"
font = "Fixedsys Regular 32"
}

# Line 2
+ label {
left = 0
top = 8%+30
width = 100%
align = "center"
text = "-Display 1-"
color = "#B36400"
font = "Fixedsys Regular 32"
}

# Line 3
+ label {
left = 0
top = 8%+60
width = 100%
align = "center"
text = "PLEASE SELECT OPERATING SYSTEM TO BOOT:"
color = "#B36400"
font = "Fixedsys Regular 32"
}

# Boot menu
+ boot_menu {
left = 15%
Expand All @@ -33,29 +66,8 @@ terminal-border: "0"
width = 100%
align = "center"
id = "__timeout__"
# DE
# text = "Start in %d Sekunden."
# EN
text = "AUTOMATIC BOOT IN %d SECONDS."
# ES
# text = "Arranque en %d segundos"
# FR
# text = "Démarrage automatique dans %d secondes"
# IT
# text = "Avvio in %d secondi"
# NO
# text = "Starter om %d sekunder"
# PT
# text = "Arranque automático dentro de %d segundos"
# RU
# text = "Загрузка выбранного пункта через %d сек."
# TR
# text = "%d saniye sonra önyükleme başlayacak."
# UA
# text = "Автоматичне завантаження розпочнеться через %d сек."
# zh_CN
# text = "在 %d 内启动"
color = "#F28000"
text = "STANDBY FOR AUTOMATIC BOOT IN %d"
color = "#B36400"
font = "Fixedsys Regular 32"
}

Expand All @@ -65,28 +77,8 @@ terminal-border: "0"
top = 88%-30
width = 100%
align = "center"
# DE
# text = "System mit ↑ und ↓ auswählen und mit Enter bestätigen."
# EN
text = "↑/↓ - NAVIGATE C - TERMINAL ⏎ - CONFIRM"
# ES
# text = "Use las teclas ↑ y ↓ para cambiar la selección, Enter para confirmar"
# FR
# text = "Choisissez le système avec les flèches du clavier (↑ et ↓), puis validez avec la touche Enter (↲)"
# IT
# text = "Usa i tasti ↑ e ↓ per cambiare la selezione, premi Invio ↲ per confermare"
# NO
# text = "Bruk ↑ og ↓ for å endre menyvalg, velg med Enter"
# PT
# text = "Use as teclas ↑ e ↓ para mudar a seleção, e ENTER para confirmar"
# RU
# text = "Используйте клавиши ↑ и ↓ для изменения выбора, Enter для подтверждения"
# TR
# text = "Seçiminizi değiştirmek için ↑ ve ↓ tuşlarını, onaylamak için ise Enter tuşunu kullanabilirsiniz"
# UA
# text = "Використовуйте ↑ та ↓ для вибору, Enter для підтвердження"
# zh_CN
# text = "使用 ↑ 和 ↓ 键移动选择条,Enter 键确认"
color = "#F28000"
text = "↑/↓ - NAVIGATE C - COMMAND ↲ - CONFIRM"
color = "#B36400"
font = "Fixedsys Regular 32"
}

0 comments on commit e82bc93

Please sign in to comment.