Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 9 hours ago
JSON representation
Basic grub theme with material gruvbox style
- Host: GitHub
- URL: https://github.com/AllJavi/tartarus-grub
- Owner: AllJavi
- License: mit
- Created: 2022-12-31T13:51:43.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-02T11:00:46.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T13:16:22.926Z (7 days ago)
- Topics: grub, grub-theme, grub-themes, grub2, grub2-theme
- Homepage:
- Size: 1.61 MB
- Stars: 88
- Watchers: 2
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-linux-ricing - Tartarus - Basic grub theme with material gruvbox style. (GRUB / VSCode)
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)