Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 8 days 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 (over 2 years ago)
- Last Synced: 2023-03-08T02:10:47.569Z (almost 2 years ago)
- Topics: refind, refind-theme, uefi
- Homepage:
- Size: 2.14 MB
- Stars: 6
- Watchers: 1
- Forks: 0
- 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/).
![preview](https://i.imgur.com/ykXOCKS.png)
## 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.