- Clone this repo:
$ git clone --depth=1 https://github.com/metis-os/metis-grub
- Change directory
$ cd metis-grub
-
Copy files to relevant directory
- Latte
$ sudo/doas cp -r metis-grub-latte/source/metis-grub-latte/* /usr/share/grub/themes/
-
For mocha
- mocha
$ sudo/doas cp -r metis-grub-latte/source/metis-grub-mocha/* /usr/share/grub/themes/
- change directory to the theme you want to install
for eg: mocha
$ cd metis-grub/metis-grub-mocha
- run
makepkg
$ makepkg -f
- Use pacman to install
.zst file
$ sudo/doas pacman -U <zst file>
- add the following line to your
/etc/default/grub
GRUB_THEME="/usr/share/grub/themes/metis-grub-mocha/theme.txt"
$ sudo/doas grub-mkconfig -o /boot/grub/grub.cfg