8000 GitHub - dwitterer/refind-dreary: A gloomy rEFInd theme based on evanpurkhiser/rEFInd-minimal and lukechilds/refind-ambience
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

dwitterer/refind-dreary

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

refind-dreary

screenshot

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.

Author's description

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.

Installation instructions

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.

About

A gloomy rEFInd theme based on evanpurkhiser/rEFInd-minimal and lukechilds/refind-ambience

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
2A71
0