This should work on any Linux distribution that uses GRUB.
git clone https://github.com/StratOS-Linux/StratOS-grub.git
sudo mkdir -p /usr/share/grub/themes # just in case the directory doesn't exist
sudo cp -r StratOS-grub /usr/share/grub/themes/
sudo vim /etc/default/grub
Change #GRUB_THEME=
to
GRUB_THEME="/usr/share/grub/themes/StratOS-grub/theme.txt"
sudo grub-mkconfig -o /boot/grub/grub.cfg
If all works correctly you should get this line in the out put:
Found theme: /usr/share/grub/themes/StratOS-grub/theme.txt
When editing the file /etc/default/grub
, you also have to comment the line 'GRUB_TERMINAL_OUTPUT="console"
- Tartarus Grub
- grub2-gruvbox (for the install script)