Hello, i want to show my masterpiece of custom plymouth theme for EndeavourOS, but i need to know how to add EndeavourOS splash bg on plymouth theme conf, so here is a example of image:
In /etc/default/grub
change
#GRUB_BACKGROUND='/usr/share/endeavouros/splash.png'
GRUB_BACKGROUND='/home/stefan/stefanstheme.png'
Convert/export your image as png by Gimp or whatever.
sudo grub-mkconfig -o /boot/grub/grub.cfg
1 Like
nice. didn’t even know you could do that