https://github.com/hmlendea/grub2-theme-nuci
Personal GRUB2 theme based on Vimix
https://github.com/hmlendea/grub2-theme-nuci
Last synced: 6 months ago
JSON representation
Personal GRUB2 theme based on Vimix
- Host: GitHub
- URL: https://github.com/hmlendea/grub2-theme-nuci
- Owner: hmlendea
- License: gpl-3.0
- Created: 2021-08-30T16:10:43.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-11-18T12:08:38.000Z (over 4 years ago)
- Last Synced: 2025-10-11T06:54:49.574Z (10 months ago)
- Size: 1.18 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://hmlendea.go.ro/fund.html) [](https://github.com/hmlendea/grub2-theme-nuci/releases/latest)
# About
Personal GRUB2 theme based on Vimix.
# Installation
## PKGBUILD
Install it using [this PKGBUILD](https://github.com/hmlendea/PKGBUILDs/tree/master/pkg/grub2-theme-nuci).
## Manual
Copy the `Nuci` directory into `/usr/share/grub/themes` and make it executable:
```bash
cp -r "Nuci" "/usr/share/grub/themes/"
```
Set the GRUB_THEME setting in `/etc/default/grub`:
```bash
...
GRUB_THEME=/usr/share/grub/themes/Nuci/theme.txt
...
```
Update your GRUB configuration using `grub-mkconfig` or `update-grub`