Skip to content

A black & white version of EvanPurkhiser's rEFInd-minimal theme.

Notifications You must be signed in to change notification settings

kkoves/rEFInd-minimal-BW

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rEFInd-minimal, black & white edition

rEFInd is a simple boot manager for UEFI-based systems. This is a clean and minimal theme for it.

rEFInd minimal, B&W edition

Usage

  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.

  2. Clone this repository into your rEFInd configuration directory.

  3. To enable the theme add include rEFInd-minimal-BW/theme.conf at the end of refind.conf.

Here's an example menuentry configuration:

menuentry "Arch Linux" {
	icon /EFI/refind/rEFInd-minimal-BW/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/rEFInd-minimal-BW/icons/os_win.png
	loader /EFI/Microsoft/Boot/bootmgfw.efi
}

menuentry "OSX" {
	icon /EFI/refind/rEFInd-minimal-BW/icons/os_mac.png
	loader /EFI/Apple/Boot/bootmgfw.efi
}

Entries that are autodetected should also show the proper icons.

Attribution

This theme is based on the rEFInd-minimal theme by EvanPurkhiser.

Most of the OS icons are from Lightness for burg by SWOriginal; they were modified to match the black background of this theme.

The Windows icon is from the rEFInd Next theme by sdbinwiiexe; it was scaled and aligned to the selection icons in this theme.

About

A black & white version of EvanPurkhiser's rEFInd-minimal theme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published