From 7068326e66435c057d4b26fa036956b4cc6d090f Mon Sep 17 00:00:00 2001 From: Rmys Date: Sun, 6 Oct 2019 12:57:19 +0300 Subject: [PATCH] theme --- system/boot/grub2/files/grub-defaults | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/boot/grub2/files/grub-defaults b/system/boot/grub2/files/grub-defaults index 75a10686..e1aa59ef 100644 --- a/system/boot/grub2/files/grub-defaults +++ b/system/boot/grub2/files/grub-defaults @@ -45,8 +45,8 @@ GRUB_COLOR_HIGHLIGHT="black/white" # Uncomment one of them for the gfx desired, a image background or a gfxtheme #GRUB_THEME="/path/to/gfxtheme" #Possible locations -#GRUB_THEME="/usr/share/grub/themes/pisilinux/theme.txt" -GRUB_THEME="/boot/grub/themes/Pisilinux-Bluez/theme.txt" +GRUB_THEME="/usr/share/grub/themes/pisilinux/theme.txt" +#GRUB_THEME="/boot/grub/themes/Pisilinux-Bluez/theme.txt" # Uncomment to get a beep at GRUB start #GRUB_INIT_TUNE="480 440 1"