You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
grub-theme/README.md

42 lines
1.2 KiB
Markdown

# **THIS PROJECT HAS BEEN MIGRATED TO GITLAB**
Please make any PRs here, rather than to the GitHub: https://git.getcryst.al/crystal
# REPOSITORIES HERE ARE **OUTDATED**, GO TO THE LINK BELOW
# ---- > https://git.getcryst.al/crystal < ----
# Crystal Linux [GRUB](https://gnu.org/software/grub/) Theme
3 years ago
> A customised theme for [GRUB](https://gnu.org/software/grub/) using the Crystal Linux branding.
3 years ago
![image](https://user-images.githubusercontent.com/30374463/189643831-6e29a350-a57d-4aa6-902a-ea08b527cc39.png)
3 years ago
## Install (Arch-based ONLY)
3 years ago
- Clone the PKGBUILD and enter the directory:
```bash
git clone https://github.com/crystal-linux-packages/grub-theme
cd grub-theme
```
3 years ago
- Run `makepkg` to install it:
```
makepkg -si
```
- Append the following text to `/etc/default/grub`:
```
GRUB_THEME="/usr/share/grub/themes/crystal/theme.txt"
```
3 years ago
## Team
This theme is based on the Dracula Dark theme for GRUB, created by the following person(s) and a bunch of [awesome contributors](https://github.com/dracula/grub/graphs/contributors).
3 years ago
[![Zeno Rocha](https://github.com/pspiagicw.png?size=100)](https://github.com/pspiagicw) |
3 years ago
--- |
[Zeno Rocha](https://github.com/pspiagicw) |
3 years ago
## License
[MIT License](./LICENSE)