-
-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
28 changed files
with
95 additions
and
66 deletions.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,56 @@ | ||
# This is the theme to be used in Secure Boot mode | ||
|
||
title-text: "" | ||
title-color: "#FFFFFF" | ||
desktop-image: "black.png" | ||
message-color: "#FFFFFF" | ||
title-color: "#FFF" | ||
desktop-color: "#000" | ||
|
||
+ image { | ||
file = "grml-logo.png" | ||
left = 45% | ||
top = 2% | ||
file = "logo.png" | ||
left = 4% | ||
top = 4% | ||
} | ||
+ image { | ||
file = "uefisec.png" | ||
left = 96%-250 | ||
top = 4% | ||
} | ||
+ boot_menu { | ||
left = 15% | ||
width = 70% | ||
top = 16% | ||
height = 36% | ||
item_color = "#FFFFFF" | ||
selected_item_color = "orange" | ||
left = 4%+90 | ||
width = 92%-180 | ||
top = 25% | ||
height = 55% | ||
# TODO: set height=60% | ||
item_color = #FFF | ||
selected_item_color = #000 | ||
item_spacing = 4 | ||
item_height = 12 | ||
border_color = "#FFFFFF" | ||
item_padding = 10 | ||
item_height = 20 | ||
menu_pixmap_style = "menu_*.png" | ||
item_pixmap_style = "item_*.png" | ||
selected_item_pixmap_style = "sel_*.png" | ||
item_icon_space = 0 | ||
icon_width = 0 | ||
icon_height = 0 | ||
scrollbar_frame = "scbf_*.png" | ||
scrollbar_thumb = "scbt_*.png" | ||
scrollbar_width = 2 | ||
} | ||
|
||
|
||
# Show an informational message. | ||
+ vbox { | ||
top = 55% | ||
left = 20% | ||
+ label {text = "Running in Secure Boot mode" color = "white" align = "left"} | ||
+ label {text = ""} | ||
+ label {text = "Press ENTER to boot or E to edit menu entry " color = "white"} | ||
+ label {text = "Press C to enter the Grub commandline" color = "white"} | ||
left = 4%+100 | ||
width = 80% | ||
top = 90% | ||
+ label {text = "Press ENTER to boot" color = "white" align = "left" } | ||
+ label {text = "Press E to edit menu entry" color = "white" align = "left" } | ||
+ label {text = "Press C to enter the GRUB commandline" color = "white" } | ||
} | ||
|
||
+ progress_bar { | ||
id = "__timeout__" | ||
top = 75% | ||
left = 20% | ||
text_color = "#FFFFFF" | ||
fg_color = "orange" | ||
bg_color = #66B | ||
border_color = #006 | ||
text = "@TIMEOUT_NOTIFICATION_LONG@" | ||
id = "__timeout__" | ||
top = 90%+26 | ||
left = 96%-300 | ||
width = 190 | ||
height = 16 | ||
text_color = #000 | ||
fg_color = "#F47820" | ||
bg_color = #FFF | ||
border_color = #000 | ||
#border_color = "#F47820" | ||
text = "@TIMEOUT_NOTIFICATION_MIDDLE@" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,56 @@ | ||
# This is the default GRUB theme of Grml | ||
|
||
title-text: "" | ||
title-color: "#FFFFFF" | ||
desktop-image: "black.png" | ||
message-color: "#FFFFFF" | ||
title-color: "#FFF" | ||
desktop-color: "#000" | ||
|
||
+ image { | ||
file = "grml-logo.png" | ||
left = 45% | ||
top = 2% | ||
file = "logo.png" | ||
left = 4% | ||
top = 4% | ||
} | ||
+ image { | ||
file = "uefi.png" | ||
left = 96%-250 | ||
top = 4% | ||
} | ||
+ boot_menu { | ||
left = 15% | ||
width = 70% | ||
top = 16% | ||
height = 36% | ||
item_color = "#FFFFFF" | ||
selected_item_color = "orange" | ||
left = 4%+90 | ||
width = 92%-180 | ||
top = 25% | ||
height = 55% | ||
# TODO: set height=60% | ||
item_color = #FFF | ||
selected_item_color = #000 | ||
item_spacing = 4 | ||
item_height = 12 | ||
border_color = "#FFFFFF" | ||
item_padding = 10 | ||
item_height = 20 | ||
menu_pixmap_style = "menu_*.png" | ||
item_pixmap_style = "item_*.png" | ||
selected_item_pixmap_style = "sel_*.png" | ||
item_icon_space = 0 | ||
icon_width = 0 | ||
icon_height = 0 | ||
scrollbar_frame = "scbf_*.png" | ||
scrollbar_thumb = "scbt_*.png" | ||
scrollbar_width = 2 | ||
} | ||
|
||
|
||
# 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"} | ||
left = 4%+100 | ||
width = 80% | ||
top = 90% | ||
+ label {text = "Press ENTER to boot" color = "white" align = "left" } | ||
+ label {text = "Press E to edit menu entry" color = "white" align = "left" } | ||
+ label {text = "Press C to enter the GRUB commandline" color = "white" } | ||
} | ||
|
||
+ progress_bar { | ||
id = "__timeout__" | ||
top = 75% | ||
left = 20% | ||
text_color = "#FFFFFF" | ||
fg_color = "orange" | ||
bg_color = #66B | ||
border_color = #006 | ||
text = "@TIMEOUT_NOTIFICATION_LONG@" | ||
id = "__timeout__" | ||
top = 90%+26 | ||
left = 96%-300 | ||
width = 190 | ||
height = 16 | ||
text_color = #000 | ||
fg_color = "#F47820" | ||
bg_color = #FFF | ||
border_color = #000 | ||
#border_color = "#F47820" | ||
text = "@TIMEOUT_NOTIFICATION_MIDDLE@" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
Grub Theme image sources | ||
======================== | ||
|
||
Source files used to build the PNGs in templates/boot/grub/grml-theme. | ||
Affinity Photo 2 was used. |
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.