This is the Grub theme for the Nyarch linux distro
It conains art from ventoy-themes grub theme, FlatSense grub theme and the background by raviolimavioli
- Download the theme using
git clone https://github.com/princess-wawa/Nyarch-Grub-Theme
- Copy the files into ur Grub folder using
sudo cp -r Nyarch-Grub-Theme/Nyarch-theme /boot/grub/themes
- Then edit the name of the grub theme you want in
/etc/default/grub
using
sudo nano /etc/default/grub
- Find the line starting with
#GRUB_THEME
and change it toGRUB_THEME="/boot/grub/themes/Nyarch-theme/theme.txt"
- Find the line starting with
- Upgrade your grub config using
sudo grub-mkconfig -o /boot/grub/grub.cfg
- finally, you can
reboot