📦 Installation Instructions

To install a GRUB theme on Void Linux:

  1. Download the theme ZIP file and extract it
  2. Copy the theme folder to /boot/grub/themes/:
    sudo mkdir -p /boot/grub/themes
    sudo cp -r theme-folder-name /boot/grub/themes/
  3. Edit /etc/default/grub and add:
    GRUB_THEME="/boot/grub/themes/theme-folder-name/theme.txt"
  4. Update GRUB configuration:
    sudo grub-mkconfig -o /boot/grub/grub.cfg
  5. Reboot to see your new theme!

Note: Make sure the theme folder contains a theme.txt file.