diff --git a/README.md b/README.md index c3324f3..42bcac4 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ ![Grub theme Preview](supermario_grub_theme.png) ### N64 Font -![Grub theme Preview](grub_theme.png) - +![Grub theme Preview](n64mario_grub_theme.png) +(pls dont ask why the countdown placement is different) # Installation ## Pop!_OS diff --git a/grub/themes/mario/supermariocountdown.pf2 b/grub/themes/mario/supermariocountdown.pf2 new file mode 100644 index 0000000..5d7d7cf Binary files /dev/null and b/grub/themes/mario/supermariocountdown.pf2 differ diff --git a/grub/themes/mario/theme.txt b/grub/themes/mario/theme.txt index a38431b..850ea61 100644 --- a/grub/themes/mario/theme.txt +++ b/grub/themes/mario/theme.txt @@ -13,6 +13,7 @@ terminal-font: "Super Mario Land (Game Boy) Regular 24" # Boot menu + boot_menu { + left = 29% top = 33% width = 550 @@ -26,3 +27,18 @@ terminal-font: "Super Mario Land (Game Boy) Regular 24" icon_width = 0 item_icon_space = 0 } + +# Autoboot Countdown ++ progress_bar { + left = 0% + top = 55% + width = 0 + height = 0 + id = "__timeout__" + text = "@TIMEOUT_NOTIFICATION_SHORT@" + text_color = #ffffff + bar_style = "*" + hilight_style = "*" + font = "Super Mario Land (Game Boy) Regular 48" + #font = "Mario64 Regular 32" +} diff --git a/grub_theme.png b/grub_theme.png deleted file mode 100644 index ca3db8b..0000000 Binary files a/grub_theme.png and /dev/null differ diff --git a/n64mario_grub_theme.png b/n64mario_grub_theme.png new file mode 100644 index 0000000..84bbe6e Binary files /dev/null and b/n64mario_grub_theme.png differ diff --git a/supermario_grub_theme.png b/supermario_grub_theme.png index a7e7189..4438493 100644 Binary files a/supermario_grub_theme.png and b/supermario_grub_theme.png differ