https://github.com/antsif-a/glow
Glow theme for the rEFInd boot manager
https://github.com/antsif-a/glow
refind refind-theme uefi
Last synced: about 1 month ago
JSON representation
Glow theme for the rEFInd boot manager
- Host: GitHub
- URL: https://github.com/antsif-a/glow
- Owner: antsif-a
- License: gpl-3.0
- Created: 2021-08-17T21:48:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-25T15:31:25.000Z (almost 3 years ago)
- Last Synced: 2025-01-24T20:49:44.345Z (3 months ago)
- Topics: refind, refind-theme, uefi
- Homepage:
- Size: 2.14 MB
- Stars: 17
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Glow
A glow theme for [rEFInd](http://www.rodsbooks.com/refind/).

## Use
1. Locate rEFInd directory under EFI system partiton. This is commonly `/boot/efi/EFI/refind`
or `/efi/EFI/refind`. Create a theme directory here, if it doesn't already exist.2. Clone this repository into the your $HOME directory. And then copy it to the `themes` directory.
```
git clone https://github.com/antsif-a/glow ~/
``````
sudo cp -r ~/glow esp/EFI/refind/themes
```
*(esp is your EFI partition here)*3. Enable the theme by adding `include themes/glow/theme.conf` at the end of
`refind.conf`.
## Credits* Icons are from [refind-theme-regular](https://github.com/munlik/refind-theme-regular) theme.