A simplistic clean and minimal theme for rEFInd
-
Clone git repository to your $HOME directory.
git clone https://github.com/HaoyeTang/refind-theme-revised.git
-
Locate refind directory under EFI partition. For most Linux based system is commonly
/boot/efi/EFI/refind/
. Copy theme directory to it.sudo cp -r refind-theme-revised /boot/efi/EFI/refind/
-
Remove unused directory.
sudo rm -rf /boot/efi/EFI/refind/refind-theme-revised/{.git}
-
To enable the theme add
include refind-theme-revised/theme.conf
at the end ofrefind.conf
.sudo vim /boot/efi/EFI/refind/refind.conf