diff -Nru breeze-grub-5.16.3.orig/breeze/theme.txt breeze-grub-5.16.3/breeze/theme.txt --- breeze-grub-5.16.3.orig/breeze/theme.txt 2019-07-09 17:10:07.000000000 +0200 +++ breeze-grub-5.16.3/breeze/theme.txt 2019-07-19 19:59:00.165195819 +0200 @@ -41,13 +41,13 @@ text = "Select Operating System" align = "center" font = "Unifont Regular 32" - color = "#ffffff" + color = "#35ff35" } # Show the boot menu + boot_menu { - left = 50%-200 - width = 400 + left = 50%-360 + width = 720 # NB: this is scooped upwards from the middle. # effectively 50px are below and the remaining 150 above top = 50%-150 @@ -63,17 +63,17 @@ item_font = "Unifont Regular 16" item_color = "#7f8c8d" selected_item_font = "Unifont Bold 16" - selected_item_color = "#ffffff" + selected_item_color = "#35ff35" } + vbox { - left = 50%-200 # same as menu + left = 50%-360 # same as menu top = 50%+113 # (50+16+19+28) half menu + spacer + progress + spacer - width = 400 # same as menu - + label { width = 400 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[Enter] Boot the selected OS" } - + label { width = 400 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[Up and Down Key] navigation" } - + label { width = 400 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[E] Edit Selection" } - + label { width = 400 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[C] GRUB Command Line" } + width = 720 # same as menu + + label { width = 720 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[Enter] Boot the selected OS" } + + label { width = 720 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[Up and Down Key] navigation" } + + label { width = 720 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[E] Edit Selection" } + + label { width = 720 align = "center" color = "#7f8c8d" font = "Unifont Regular 14" text = "[C] GRUB Command Line" } } # Show a styled horizontal progress bar @@ -91,9 +91,9 @@ # Show text progress bar + progress_bar { id = "__timeout__" - left = 50%-200 # same as menu + left = 50%-360 # same as menu top = 50%+66 # (50+16) half menu + spacer - width = 400 # same as menu + width = 720 # same as menu height = 19 # 14pt show_text = true font = "Unifont Regular 14"