A GRUB2 Theme for Framework laptops
Clone the repository into a normal directory:
$ git clone https://github.com/HeinrichZurHorstMeyer/Framework-Grub-Theme.git
Copy the folders to /boot/grub/themes/
:
# cp -r Framework-Grub-Theme/Framework-Arch /boot/grub/themes/
# cp -r Framework-Grub-Theme/Framework /boot/grub/themes/
Change the GRUB theme by setting GRUB_THEME
in /etc/default/grub
:
# nvim /etc/default/grub
With Arch-Logo:
GRUB_THEME="/boot/grub/themes/Framework-Arch/theme.txt"
Without Arch-Logo:
GRUB_THEME="/boot/grub/themes/Framework/theme.txt"
Rebuild the grub.cfg
:
# grub-mkconfig -o /boot/grub/grub.cfg
Reboot to see the changes:
$ reboot
Feel free to edit the Krita file in sources
.