X-Git-Url: https://git.grml.org/?p=grml-live.git;a=blobdiff_plain;f=templates%2Fboot%2Fgrub%2Fgrml-theme%2Ftheme.txt;h=3a7be37aee66b38fac1746635d62edb5a0022eca;hp=ef8af046be73142a61ca7263b329be2cc4d126df;hb=518eb395d865;hpb=4b6fd81a229ade6a863452ec978eec6b9015d993 diff --git a/templates/boot/grub/grml-theme/theme.txt b/templates/boot/grub/grml-theme/theme.txt index ef8af04..3a7be37 100644 --- a/templates/boot/grub/grml-theme/theme.txt +++ b/templates/boot/grub/grml-theme/theme.txt @@ -1,7 +1,9 @@ +# This is the default GRUB theme of Grml + title-text: "" title-color: "#FFFFFF" desktop-image: "black.png" -message-color: "#FFFFFF" +message-color: "#FFFFFF" + image { file = "grml-logo.png" @@ -9,29 +11,27 @@ message-color: "#FFFFFF" top = 2% } + boot_menu { - left = 15% - width = 70% - top = 16% - height = 36% - item_color = "#FFFFFF" - selected_item_color = "orange" - item_spacing = 4 - item_height = 12 - border_color = "#FFFFFF" - + left = 15% + width = 70% + top = 16% + height = 36% + item_color = "#FFFFFF" + selected_item_color = "orange" + item_spacing = 4 + item_height = 12 + border_color = "#FFFFFF" } # Show an informational message. + vbox { - top = 55% - left = 20% - + label {text = "Press ENTER to boot or E to edit menu entry " color = "white" align = "left"} - + label {text = "Press C to enter the Grub commandline" color = "white"} + top = 55% + left = 20% + + label {text = "Press ENTER to boot or E to edit menu entry " color = "white" align = "left"} + + label {text = "Press C to enter the Grub commandline" color = "white"} } -+ progress_bar -{ ++ progress_bar { id = "__timeout__" top = 75% left = 20% @@ -40,5 +40,4 @@ message-color: "#FFFFFF" bg_color = #66B border_color = #006 text = "@TIMEOUT_NOTIFICATION_LONG@" - }