[gaming] add manjaro theme to grub default

This commit is contained in:
Philip Mueller 2023-11-30 15:17:10 +07:00
parent c0e847608b
commit 132b74a68f

View file

@ -45,6 +45,7 @@ GRUB_COLOR_HIGHLIGHT="green/black"
# 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="/usr/share/grub/background.png" #GRUB_BACKGROUND="/usr/share/grub/background.png"
#GRUB_THEME="/path/to/gfxtheme" #GRUB_THEME="/path/to/gfxtheme"
GRUB_THEME="/usr/share/grub/themes/manjaro/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"