Parchlinux grub theme
Find a file
2022-09-10 19:45:43 +04:30
package add makepkg 2022-09-10 19:45:43 +04:30
parch-grub-dark fix #1 add light/dark theme 2022-09-10 19:00:02 +04:30
parch-grub-light fix #1 add light/dark theme 2022-09-10 19:00:02 +04:30
LICENSE Initial commit 2022-09-03 17:57:10 +04:30
README.md fix #1 add light/dark theme 2022-09-10 19:00:02 +04:30

Parch linux grub theme

Install

git clone https://github.com/parchlinux/parch-grub-theme && cd parch-grub-theme
sudo cp parch-grub-* /usr/share/grub/themes # or light!

Uncomment and edit following line in /etc/default/grub to selected theme:

  • light
GRUB_THEME="/usr/share/grub/themes/parch-grub-light"
  • dark
GRUB_THEME="/usr/share/grub/themes/parch-grub-dark"

then Update grub:

sudo grub-mkconfig -o /boot/grub/grub.cfg