Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braheezy/catppuccin-grub-rpm
RPM build of Catppuccin GRUB port
https://github.com/braheezy/catppuccin-grub-rpm
Last synced: 2 days ago
JSON representation
RPM build of Catppuccin GRUB port
- Host: GitHub
- URL: https://github.com/braheezy/catppuccin-grub-rpm
- Owner: braheezy
- Created: 2022-07-08T15:30:13.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T16:24:56.000Z (over 2 years ago)
- Last Synced: 2024-11-10T13:35:38.396Z (2 months ago)
- Language: Makefile
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Catppuccin Grub RPM
RPM build of the great theme produced by https://github.com/catppuccin/grub.Installing the RPM puts the theme in `/usr/share/grub/themes/`. Available RPMs:
- `catppuccin-grub` (All the flavors!)
- `catppuccin-grub-frappe`
- `catppuccin-grub-latte`
- `catppuccin-grub-macchiato`
- `catppuccin-grub-mocha`# Build
Install the RPM build tools for your distro:
- `rpm-build`
- `rpmdevtools`Now issue the build command:
make rpm
# Usage
After installing an RPM, start using the theme:
1. Tell Grub to use the theme```bash
sudo bash -c 'echo GRUB_THEME=\"/usr/share/grub/themes/catppuccin-$FLAVOR-grub-theme/theme.txt\" >> /etc/default/grub'
```
2. Update Grubsudo grub-mkconfig -o /boot/grub/grub.cfg
3. Enjoy Catppuccin Grub :)