A gloomy rEFInd theme (as seem in this Reddit thread) based on rEFInd-minimal and rEFInd-ambience, taking the best of both themes.
This is a fork with an added readme for a description, as well as instructions for how to install the theme.
This theme is based on /u/Evan-Purkhiser 's rEFInd-minimal, and /u/dyslexiccoder 's refind-ambience.
I just wanted to extend credit where credit is due, and thank you both for making those awesome themes.
This one is not much more than a mashup of my favorite parts of each.
1. 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. fdisk -l
and mount
may help you find it.
2. Create a folder called "themes" inside it, if it doesn't already exist.
3. Clone or copy this repository into the themes directory.
4. To enable the theme, add include themes/refind-dreary/{xxx}res/theme.conf
at the end of refind.conf
.
Here's an example menuentry configuration (using the highres
icons):
menuentry "Arch Linux" {
icon /EFI/refind/themes/rEFInd-dreary/highres/icons/os_arch.png
loader vmlinuz-linux
initrd initramfs-linux.img
options "rw root=UUID=dfb2919d-ff78-48db-a8a7-23f7542c343a loglevel=3"
}
menuentry "Windows" {
icon /EFI/refind/themes/rEFInd-dreary/highres/icons/os_win.png
loader /EFI/Microsoft/Boot/bootmgfw.efi
}
menuentry "OSX" {
icon /EFI/refind/themes/rEFInd-dreary/highres/icons/os_mac.png
loader /EFI/Apple/Boot/bootmgfw.efi
}
include themes/refind-dreary/highres/theme.conf
Entries that are autodetected should also show the proper icons.