Installing:
- Locate your refind EFI directory. This is commonly /boot/EFI/refindthough it will depend on where you mount your ESP and where rEFInd isinstalled.
- Create a folder called themes inside it, if it doesn't already exist
- Clone this repository into the themes directory.
- To enable the theme add include themes/rEFInd-sunset/theme.conf at the end of refind.conf.
- Make sure that the rEFind-sunset folder is spelled the same as in the include script above.
Entries should be auto-detected and shown with the proper icons.
Manual entry can be done via menuentry option.
Example:
Code:
menuentry "Windows" {
icon /EFI/refind/themes/rEFInd-sunset/icons/os_windows.png
loader /EFI/Microsoft/Boot/bootmgfw.efi
}
Other examples are in the refind.conf file.
