add countdown in left screen

This commit is contained in:
crylia
2021-07-06 19:57:00 +02:00
parent 2b8e412696
commit b1ad67e7fe
6 changed files with 18 additions and 2 deletions

View File

@@ -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

Binary file not shown.

View File

@@ -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"
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 490 KiB

BIN
n64mario_grub_theme.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 490 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 489 KiB

After

Width:  |  Height:  |  Size: 490 KiB