Adding themes to rEFInd

Michael

Administrator
Staff member
Feb 11, 2022
87
4
8

Installing:​

  1. Locate your refind EFI directory. This is commonly /boot/EFI/refindthough it will depend on where you mount your ESP and where rEFInd isinstalled.
  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.
  5. 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.