bobafetthotmail / refind-theme-regular

http://munlik.deviantart.com/art/rEFInd-theme-512091944
Other
783 stars 76 forks source link

Fix themes folder updates on `install.sh` #29

Closed Nathanjms closed 2 years ago

Nathanjms commented 2 years ago

Fixes the two issues I raised in #28:

  1. Makes sure refind.conf points to the correct location of theme.conf
  2. Makes sure the theme.conf found at /src/theme.conf also searches the new themes folder

UPDATE: I realised that the themes.conf file has preset values, so have reverted it back to use /src/theme.conf, and have instead updated this file (and install.sh) to account for the new directory.

bobafetthotmail commented 2 years ago

thanks, merged