📦 Installation Instructions
To install a GRUB theme on Void Linux:
- Download the theme ZIP file and extract it
- Copy the theme folder to
/boot/grub/themes/:sudo mkdir -p /boot/grub/themes sudo cp -r theme-folder-name /boot/grub/themes/
- Edit
/etc/default/gruband add:GRUB_THEME="/boot/grub/themes/theme-folder-name/theme.txt"
- Update GRUB configuration:
sudo grub-mkconfig -o /boot/grub/grub.cfg
- Reboot to see your new theme!
Note: Make sure the theme folder contains a theme.txt file.