Installation • Customization • Credits
Install the files:
# Clone this repository
$ git clone https://github.com/sergoncano/hollow-knight-grub-theme.git
# Go into the repository
$ cd hollow-knight-grub-theme
# Make the installer executable
$ chmod +x install_theme.sh
# Run the installer
$ sudo ./install_theme.shNow set the theme in your grub config (/etc/default/grub) by adding (or modifying) the following line:
GRUB_THEME="/boot/grub/themes/hollow-grub/theme.txt"Finally reload the GRUB config:
sudo grub-mkconfig -o /boot/grub/grub.cfgAlternatively, if using Arch Linux you can get it from the AUR:
yay -S grub-theme-hollow-knightIf you want to add a new background (the day silksong comes out), just put it in the wallpapers/ directory. After that, run the install script again and choose it when prompted for.
All the art used here belongs to the game Hollow Knight.
The installation script is a variation of minegrub's.

