-
Locate your rEFInd installation on your EFI partition. This is most likely
/boot/EFI/refind
on Linux, the EFI partition on Windows, or/dev/disk0s1
on MacOS.mountvol S: /S
will mount the EFI partition to theS:
drive on Windows,sudo mkdir /Volumes/EFI && sudo mount -t msdos /Volumes/EFI
will mount the EFI partition on MacOS, andcd /boot/EFI/refind
will open the EFI directory on Linux. -
If it hasn't already been created, use the mkdir command to create a directory named
themes
within therefind
directory. -
Clone this repository into the
themes
directory. -
Append
include themes/refind-efifetch/theme.conf
to therefind.conf
file in therefind
folder.
Icons taken either directly from, or edited from, dylanaraps' fantastic bash script . All color schemes are taken directly from the logos of the operating systems found therein.
Function icons and mok tool icons are simply Unicode symbols.
The font used to create the icons is from tonsky's monospaced font (Fira Code is my personal favourite font for terminals and text editors)
Missing your favourite OS? Problem with my theme? Post your requests and bug reports into the Issues section of this GitHub repository.
MIT © Evan Nosich