This fork has customized background, icons and installation steps according to my setup and preferences
- Clone this repo
git clone git@github.com:Hudater/rEFInd-glassy.git
- Make
themes
directory in/boot/
sudo mkdir /boot/EFI/BOOT/themes
- Copy theme inside
themes
directory
sudo cp -r rEFInd-glassy /boot/EFI/BOOT/themes
- Edit
refind.conf
sudo tee -a /boot/EFI/BOOT/refind.conf > /dev/null <<EOT
resolution 1920 1080
include themes/rEFInd-glassy/theme.conf
EOT
To remove theme from /boot
, run sudo rm -r /boot/EFI/BOOT/themes/rEFInd-glassy
Documentation by Original Author
-
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. -
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-glassy/theme.conf
at the end ofrefind.conf
. -
You may need to change the default resolution of the rEFInd menu (see refind.conf).
-
The background can easily be replaced by any .png-file with a resolution of 1920x1080.
Entries should be autodetected and shown with the proper icons.
Manual entries can be done via menuentry
option (see refind.conf for examples).
This theme is based on the Sunset theme.
Contains OS Icons from munlik's repository.