summaryrefslogtreecommitdiffstats
path: root/EFI/BOOT/theme
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-12-24 18:14:00 +0100
committer Eric Hameleers <alien@slackware.com>2015-12-24 18:14:00 +0100
commit6ba105175195ed6d8575b82c5193b0d34f1ac8ee (patch)
treedfef8af6434d663bdd089ddb5528c1407fc450d6 /EFI/BOOT/theme
parentb9bfd78b1956e1c5e0bae3ee183d10b5744a12d7 (diff)
downloadliveslak-6ba105175195ed6d8575b82c5193b0d34f1ac8ee.tar.gz
liveslak-6ba105175195ed6d8575b82c5193b0d34f1ac8ee.tar.xz
Add a themed GRUB2 menu for UEFI boot, these are the actual files used.
Diffstat (limited to 'EFI/BOOT/theme')
-rw-r--r--EFI/BOOT/theme/dejavusansmono.pf2bin0 -> 121271 bytes
-rw-r--r--EFI/BOOT/theme/liveslak.txt44
-rw-r--r--EFI/BOOT/theme/swlogog.pngbin0 -> 19491 bytes
-rw-r--r--EFI/BOOT/theme/unicode.pf2bin0 -> 2560080 bytes
4 files changed, 44 insertions, 0 deletions
diff --git a/EFI/BOOT/theme/dejavusansmono.pf2 b/EFI/BOOT/theme/dejavusansmono.pf2
new file mode 100644
index 0000000..008acd4
--- /dev/null
+++ b/EFI/BOOT/theme/dejavusansmono.pf2
Binary files differ
diff --git a/EFI/BOOT/theme/liveslak.txt b/EFI/BOOT/theme/liveslak.txt
new file mode 100644
index 0000000..d11a5b1
--- /dev/null
+++ b/EFI/BOOT/theme/liveslak.txt
@@ -0,0 +1,44 @@
+# -- Slackware Live Edition --
+# In grub.cfg add:
+# set theme=($root)/EFI/BOOT/theme/liveslak.txt
+# export theme
+#
+# Global Properties:
+#title-text: "GRUB Slackware Live Edition"
+title-text: ""
+#title-font: "Unknown Regular 16"
+title-font: "DejaVu Sans Mono 10"
+title-color: "#5569B9"
+desktop-image: "/EFI/BOOT/theme/swlogog.png"
+desktop-color: "#000000"
+
+# Show the boot menu
++ boot_menu {
+ left = 5%
+ top = 35%
+ width = 70%
+ height = 45%
+ #item_font = "Unknown Regular 16"
+ item_font = "DejaVu Sans Mono 10"
+ item_color = "lightgrey"
+ selected_item_color = "red"
+ item_height = 15
+ item_padding = 5 # Vertical spacing between menuentries.
+ item_spacing = 5
+}
+
+# Show a horizontal progress bar
++ progress_bar {
+ text = ""
+ id = "__timeout__"
+ left = 5%
+ width = 90%
+ top = 85%
+ height = 5
+ #font = "Unknown Regular 16"
+ font = "DejaVu Sans Mono 5"
+ text_color = "red"
+ fg_color = "#5569B9"
+ bg_color = "#000000"
+ border_color = "#333333"
+}
diff --git a/EFI/BOOT/theme/swlogog.png b/EFI/BOOT/theme/swlogog.png
new file mode 100644
index 0000000..9c0fb26
--- /dev/null
+++ b/EFI/BOOT/theme/swlogog.png
Binary files differ
diff --git a/EFI/BOOT/theme/unicode.pf2 b/EFI/BOOT/theme/unicode.pf2
new file mode 100644
index 0000000..57b682a
--- /dev/null
+++ b/EFI/BOOT/theme/unicode.pf2
Binary files differ