Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evanpurkhiser/refind-minimal
A stunningly clean theme for the rEFInd UEFI boot manager.
https://github.com/evanpurkhiser/refind-minimal
bootloader linux refind refind-theme theme uefi
Last synced: 29 days ago
JSON representation
A stunningly clean theme for the rEFInd UEFI boot manager.
- Host: GitHub
- URL: https://github.com/evanpurkhiser/refind-minimal
- Owner: evanpurkhiser
- License: mit
- Created: 2013-07-11T09:24:14.000Z (over 11 years ago)
- Default Branch: main
- Last Pushed: 2024-07-07T21:02:05.000Z (4 months ago)
- Last Synced: 2024-10-15T00:21:32.138Z (29 days ago)
- Topics: bootloader, linux, refind, refind-theme, theme, uefi
- Homepage: https://evanpurkhiser.com/rEFInd-minimal/
- Size: 3.36 MB
- Stars: 2,029
- Watchers: 22
- Forks: 219
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Minimalistic rEFInd theme
[rEFInd](http://www.rodsbooks.com/refind/) is an easy to use boot manager for UEFI
based systems. This is a clean and minimal theme for it.![rEFInd Minimalistic](http://i.imgur.com/3bMG6U7.png)
### 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. Create a folder called `themes` inside it, if it doesn't already exist
3. Clone this repository into the `themes` directory.
4. To enable the theme add `include themes/rEFInd-minimal/theme.conf` at the end of
`refind.conf`.Here's an example menuentry configuration (from the screenshot)
```nginx
menuentry "Arch Linux" {
icon /EFI/refind/themes/rEFInd-minimal/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-minimal/icons/os_win.png
loader /EFI/Microsoft/Boot/bootmgfw.efi
}menuentry "OSX" {
icon /EFI/refind/themes/rEFInd-minimal/icons/os_mac.png
loader /EFI/Apple/Boot/bootmgfw.efi
}
```Entries that are autodetected should also show the proper icons.
### Background sizes
If you find the background looks blurry it may be due to the included wallpaper
being an incorrect resolution for your monitor. You can download the [original
high quality wallpaper][wallpaper], resize it as appropriate, and replace the
`background.png`.You can of course also choose your own background!
### Attribution
The OS icons are from [Lightness for burg][icons] by [SWOriginal][icon-author].
The background is [Minimalist Wallpaper][wallpaper] by
[LeonardoAIanB][wallpaper-author]. Thank you to [Padster][padster] for locating
it![icons]: http://sworiginal.deviantart.com/art/Lightness-for-burg-181461810
[icon-author]: http://sworiginal.deviantart.com/[padster]: https://github.com/theRealPadster
[wallpaper]: http://leonardoalanb.deviantart.com/art/Minimalist-wallpaper-295519786
[wallpaper-author]: http://leonardoalanb.deviantart.com/