Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/AllJavi/tartarus-grub

Basic grub theme with material gruvbox style
https://github.com/AllJavi/tartarus-grub

grub grub-theme grub-themes grub2 grub2-theme

Last synced: about 2 months ago
JSON representation

Basic grub theme with material gruvbox style

Awesome Lists containing this project

README

        
















## Preview
![preview](/img/low-res.png)

## Compatibility
This should work on any Linux distribution that uses GRUB, but I have only tested it on EndeavourOS and Kali

## Install
```bash
git clone https://github.com/AllJavi/tartarus-grub.git
cd tartarus-grub
sudo cp tartarus -r /usr/share/grub/themes/
sudo vim /etc/default/grub
```
Change `#GRUB_THEME=` to
`GRUB_THEME="/usr/share/grub/themes/tartarus/theme.txt"`
```bash
sudo grub-mkconfig -o /boot/grub/grub.cfg
```
If all works correctly you should get this line in the out put:
```bash
Found theme: /usr/share/grub/themes/tartarus/theme.txt
```

#### NOTE: For Fedora 37
When editing the file `/etc/default/grub`, you also have to comment the line `'GRUB_TERMINAL_OUTPUT="console"`

## Credit
- [Cute Ghost profile](https://www.flaticon.com/free-icon/ghost_1150381?term=ghost&page=1&position=52&page=1&position=52&related_id=1150381&origin=style)
- [Dracula Grub](https://draculatheme.com/grub)
- [Tokyo Night Grub](https://github.com/mino29/tokyo-night-grub)

## License
[MIT License](./LICENSE)