Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

metis-os/metis-grub

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Installation

  • Clone this repo:
$ git clone --depth=1 https://github.com/metis-os/metis-grub
  • Change directory
$ cd metis-grub

Manually

  • 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/

Using PKGBUILD

  • 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>

Grub configuration

  • add the following line to your /etc/default/grub
GRUB_THEME="/usr/share/grub/themes/metis-grub-mocha/theme.txt"

Regenrating grub configuration

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