
Originally Posted by
Netich
This thread is too silent!
Im loving the folding option. Im trying to change the background to match the xplash one. What file of the theme do i have to modify?
Modify /boot/grub/themes/refit/theme.txt.
To change background image, find this:
Code:
class {
screen {
background = ",,#BFBFBF/blue"
}
...
}
And change it to:
Code:
class {
screen {
background = "${theme_dir}/splash.png,,#BFBFBF/blue"
}
...
}
You also need to copy splash.png to /boot/grub/themes/refit directory.
Bookmarks