grub theme; updates

This commit is contained in:
Joshua Perry 2023-07-07 23:26:46 +00:00
parent eb747c170a
commit 4d128b0b24
6 changed files with 34 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 198 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 95 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 220 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 B

View File

@ -0,0 +1,33 @@
#Main
title-text: ""
desktop-image: "background.png"
desktop-color: "#000000"
terminal-left: "0"
terminal-top: "0"
terminal-width: "100%"
terminal-height: "100%"
terminal-border: "0"
#Boot Menu
+ boot_menu {
left = 20%
top = 25%
width = 60%
height = 50%
item_color = "#fff"
selected_item_color = "#fff"
selected_item_pixmap_style = "select_*.png"
#menu_pixmap_style = "menu_*.png"
item_height = 30
item_padding = 2
item_spacing = 5
}
+ label {
left = 20%
top = 15%
align = "center"
id = "__timeout__"
text = "Selected OS will boot in %d seconds"
color = "#fff"
}

View File

@ -44,7 +44,7 @@ GRUB_DISABLE_RECOVERY=true
# Uncomment one of them for the gfx desired, a image background or a gfxtheme # Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/path/to/wallpaper" #GRUB_BACKGROUND="/path/to/wallpaper"
#GRUB_THEME="/path/to/gfxtheme" GRUB_THEME="/boot/grub/themes/GradientGuy/theme.txt"
# Uncomment to get a beep at GRUB start # Uncomment to get a beep at GRUB start
#GRUB_INIT_TUNE="480 440 1" #GRUB_INIT_TUNE="480 440 1"