https://github.com/2kabhishek/dgrub
Dark Grand Unified Boot-loader. 🌑💻
https://github.com/2kabhishek/dgrub
bootloader dark-theme grub grub-theme
Last synced: 4 months ago
JSON representation
Dark Grand Unified Boot-loader. 🌑💻
- Host: GitHub
- URL: https://github.com/2kabhishek/dgrub
- Owner: 2KAbhishek
- License: gpl-3.0
- Created: 2020-04-02T22:30:24.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-02-16T07:43:17.000Z (over 3 years ago)
- Last Synced: 2025-06-16T06:47:00.483Z (12 months ago)
- Topics: bootloader, dark-theme, grub, grub-theme
- Homepage: https://2kabhishek.github.io/DGRUB
- Size: 617 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
DGRUB (Dark Grand Reunified Boot-Loader) is a clean and minimal dark theme for GRUB.
## Prerequisites
Before you begin, ensure you have met the following requirements:
- You have installed the latest version of `grub`
## Installing DGRUB
To install DGRUB, follow these steps:
```bash
git clone https://github.com/2kabhishek/DGRUB
cd DGRUB
sudo cp -r dgrub /usr/share/grub/themes
```
Set grub theme in `/etc/default/grub`.
```bash
GRUB_THEME="/usr/share/grub/themes/dgrub/themes.txt"
```
## Customizing
Edit `dgrub/theme.txt` file.
> title-text = "username@hostname"
Feel free to play around with other options too.