-
Clone git repository to your $HOME directory.
git clone https://github.com/Patricol/refind-material-theme.git
-
Locate refind directory under EFI partition. For most Linux based system is commonly
/boot/efi/EFI/refind/
. Copy theme directory to it.Important: Delete older installed versions of this theme before you proceed any further.
sudo rm -rf /boot/efi/EFI/refind/refind-material-theme
sudo cp -r refind-material-theme /boot/efi/EFI/refind/
-
Remove unused directories.
sudo rm -rf /boot/efi/EFI/refind/refind-material-theme/{src,.git}
-
To adjust icon size and font size edit
theme.conf
.sudo nano /boot/efi/EFI/refind/refind-material-theme/theme.conf
-
To enable the theme add
include refind-material-theme/theme.conf
at the end ofrefind.conf
.echo -e 'include refind-material-theme/theme.conf' | sudo tee -a /boot/efi/EFI/refind/refind.conf
Icons used from: https://github.com/templarian/MaterialDesign/