diff --git a/Grub/grub-theme/CustomTheme/theme.txt b/Grub/grub-theme/CustomTheme/theme.txt index 4df68eb..e071ba3 100644 --- a/Grub/grub-theme/CustomTheme/theme.txt +++ b/Grub/grub-theme/CustomTheme/theme.txt @@ -5,7 +5,7 @@ terminal-top: "0" terminal-border: "0" terminal-width: "100%" terminal-height: "100%" -terminal-font: "font.pf2" < doesn't work currently +terminal-font: "Liberation Mono Regular 20" + boot_menu { left = 114 @@ -13,6 +13,7 @@ terminal-font: "font.pf2" < doesn't work currently width = 472 height = 35% item_color = "#cccccc" + item_font = "Liberation Mono Regular 20" selected_item_color = "#ffffff" item_icon_space = 15 item_height = 45 diff --git a/Grub/themes b/Grub/themes index 9578bed..3d10f75 100644 --- a/Grub/themes +++ b/Grub/themes @@ -2,4 +2,5 @@ - https://k1ng.dev/distro-grub-themes/preview - https://github.com/vinceliuice/grub2-themes - https://www.gnome-look.org/browse?cat=109&page=21&ord=latest -- https://www.gnu.org/software/grub/manual/grub/html_node/Theme-file-format.html \ No newline at end of file +- https://www.gnu.org/software/grub/manual/grub/html_node/Theme-file-format.html +- https://www.reddit.com/r/EnhancingArchLinux/comments/1dwveb5/tutorial_custom_grub_theme/ \ No newline at end of file