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

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. 🌑💻

Awesome Lists containing this project

README

          

DGRUB


License


People


Stars


Forks


Watches


Last Updated

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.