Skip to content

Hudater/rEFInd-glassy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Glassy

A minimalistic rEFInd theme

This fork has customized background, icons and installation steps according to my setup and preferences

Make sure to change your directory paths accordingly

Usage

  1. Clone this repo
git clone git@github.com:Hudater/rEFInd-glassy.git
  1. Make themes directory in /boot/
sudo mkdir /boot/EFI/BOOT/themes
  1. Copy theme inside themes directory
sudo cp -r rEFInd-glassy /boot/EFI/BOOT/themes
  1. Edit refind.conf
sudo tee -a /boot/EFI/BOOT/refind.conf > /dev/null <<EOT
resolution 1920 1080
include themes/rEFInd-glassy/theme.conf
EOT

TIP

To remove theme from /boot, run sudo rm -r /boot/EFI/BOOT/themes/rEFInd-glassy

Documentation by Original Author

Glassy

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.

  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-glassy/theme.conf at the end of refind.conf.

  5. You may need to change the default resolution of the rEFInd menu (see refind.conf).

  6. The background can easily be replaced by any .png-file with a resolution of 1920x1080.

Entries should be autodetected and shown with the proper icons.

Manual entries can be done via menuentry option (see refind.conf for examples).

Attributions

This theme is based on the Sunset theme.

Contains OS Icons from munlik's repository.