-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# rEFInd-snow | ||
## A minimalistic rEFInd theme | ||
[rEFInd](http://www.rodsbooks.com/refind/) is a boot manager for UEFI systems and scans for kernels & EFI at boot. | ||
|
||
### Usage | ||
|
||
1. Locate your refind EFI directory. This is commonly `/boot/EFI/refind` | ||
though it will depend on where you mount your ESP and where rEFInd is | ||
installed. | ||
|
||
2. Create a folder called `themes` inside it, if it doesn't already exist | ||
|
||
3. Clone this repository into the `themes` directory. | ||
|
||
4. To enable the theme add `include themes/rEFInd-sunset/theme.conf` at the end of | ||
`refind.conf`. | ||
|
||
Entries should be autodetected and shown with the proper icons. | ||
|
||
Manual entries can be done via `menuentry` option (see refind.conf for examples). | ||
|
||
|
||
|
||
### Attributions | ||
> This theme is based on the [Sunset](https://gitlab.com/realmain/rEFInd-sunset) | ||
> Contains OS Icons from [munlik's](https://github.com/munlik/refind-theme-regular) repository |