Change grub theme

Hi guys,

I am trying to get my brand new EndeavourOS like I had it on Antergos. I do like the design of EndeavourOS but I still like what I got a little better.

How do I change the grub theme?

I downloaded and copied the theme to

/boot/grub/themes

then I changed /etc/default/grub

from

GRUB_THEME=/boot/grub/themes/StylishDark/theme.txt

to

GRUB_THEME=/boot/grub/themes/StylishDark/theme.txt

but that dont work. I am missing something but dont know what.

1 Like

https://launchpad.net/grub-customizer

sudo pacman -S grub-customizer

3 Likes

you updated the grub ?

grub-mkconfig -o /boot/grub/grub.cfg

thats essential when you change in /etc/default/grub

personal take on grub customizer, its handy but using to much can making a mess :slight_smile:

3 Likes

I actually did not! :man_facepalming:t3::man_facepalming:t3::man_facepalming:t3:

Thank you man!

I dont use the grub customizer anymore. Last time something went terribly wrong. Since then I do it by myself

1 Like