I like the grub theme that comes with manjaro KDE, but I like Xfce’s desktop environment better. Is there a way to change the grub theme and the text (like from Windows Boot manager to Windows 10) to this without grub-customizer?
All current ISO’s use grub-theme-live-manjaro
in the live environment and install grub-theme-manjaro
by default.
You can use a custom image or theme and change it in /etc/default/grub
:
# Uncomment one of them for the gfx desired, a image background or a gfxtheme
#GRUB_BACKGROUND="/usr/share/grub/background.png"
GRUB_THEME="/usr/share/grub/themes/manjaro/theme.txt"
2 Likes
Hi @Canadian,
Have a look at
I use it myself, and it’s good for me, so I thought there might be something you like as well.
Hope this helps!
4 Likes
This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.