Custom theme for the GRUB Linux boot loader
-
Git clone the repo somewhere, then
sudo make install
to copy files onto /boot.sudo make install
-
Edit
/etc/default/grub
and change GRUB_THEME.# "sudo vim /etc/default/grub" - then add: GRUB_THEME="/boot/grub/themes/bandersnatch/theme.txt"
-
Regenerate your GRUB config.
# for Ubuntu, Manjaro, and some others: sudo update-grub # or for Arch Linux: sudo grub-mkconfig -o /boot/grub/grub.cfg
-
Restart your computer.
reboot
Things were taken from other themes, thanks to these great projects!
- Arch-Silence by Filippo Ghibellini (progress bar)
- Vimix by Vince Liuice (icons, selection images)
If not explicitly stated otherwise all the files in this project are distributed under the GNU General Public License.
ricostacruz.com · GitHub @rstacruz · Twitter @rstacruz