More tweaks to theming

This commit is contained in:
Joshua Boniface 2023-09-01 15:41:53 -04:00
parent 542acc20f3
commit 4d8cc08089
1 changed files with 9 additions and 12 deletions

View File

@ -1,16 +1,13 @@
if loadfont $prefix/font.pf2 ; then
set gfxmode=800x600
set gfxpayload=keep
insmod efi_gop
insmod efi_uga
insmod video_bochs
insmod video_cirrus
insmod gfxterm
insmod png
terminal_output gfxterm
fi
set theme=($root)/boot/grub/theme.txt set theme=($root)/boot/grub/theme.txt
set gfxmode=800x600
set gfxpayload=keep
insmod efi_gop
insmod efi_uga
insmod video_bochs
insmod video_cirrus
insmod gfxterm
insmod png
terminal_output gfxterm
background_image /splash.png background_image /splash.png
insmod play insmod play