diff --git a/README.md b/README.md index 0f92d51..65ea07b 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ 3. Clone this repository into the `themes` directory. - 4. To enable the theme add `include themes/rEFInd-sunset/theme.conf` at the end of + 4. To enable the theme add `include themes/refind_sunset/theme.conf` at the end of `refind.conf`. Entries should be autodetected and shown with the proper icons. @@ -27,7 +27,7 @@ Example: ``` menuentry "Windows" { - icon /EFI/refind/themes/rEFInd-sunset/icons/os_windows.png + icon /EFI/refind/themes/refind_sunset/icons/os_windows.png loader /EFI/Microsoft/Boot/bootmgfw.efi } ``` @@ -43,9 +43,9 @@ OS Icons are from [munlik's](https://github.com/munlik/refind-theme-regular) rep ``` sudo mkdir /boot/efi/EFI/refind/themes -sudo cp -rf rEFInd-sunset /boot/efi/EFI/refind/themes/ +sudo cp -rf refind_sunset /boot/efi/EFI/refind/themes/ -sudo echo "include themes/rEFInd-sunset/theme.conf" >> /boot/efi/EFI/refind/refind.conf +sudo echo "include themes/refind_sunset/theme.conf" >> /boot/efi/EFI/refind/refind.conf ``` diff --git a/theme.conf b/theme.conf index aa02096..593c935 100644 --- a/theme.conf +++ b/theme.conf @@ -25,7 +25,7 @@ hideui hints # icons in your own directory and rely on the default for others. # Default is "icons". # -icons_dir themes/rEFInd-sunset/icons +icons_dir themes/refind_sunset/icons # Use a custom title banner instead of the rEFInd icon and name. The file # path is relative to the directory where refind.efi is located. The color @@ -33,7 +33,7 @@ icons_dir themes/rEFInd-sunset/icons # for the menu screens. Currently uncompressed BMP images with color # depths of 24, 8, 4 or 1 bits are supported, as well as PNG images. # -banner themes/rEFInd-sunset/background.png +banner themes/refind_sunset/background.png # Tells rEFInd whether to display banner images pixel-for-pixel (noscale) # or to scale banner images to fill the screen (fillscreen). The former is @@ -52,8 +52,8 @@ banner_scale fillscreen # or a PNG image. The PNG format is required if you need transparency # support (to let you "see through" to a full-screen banner). # -selection_big themes/rEFInd-sunset/icons/selection_big.png -selection_small themes/rEFInd-sunset/icons/selection_small.png +selection_big themes/refind_sunset/icons/selection_big.png +selection_small themes/refind_sunset/icons/selection_small.png # Set the font to be used for all textual displays in graphics mode. # The font must be a PNG file with alpha channel transparency. It must @@ -65,7 +65,7 @@ selection_small themes/rEFInd-sunset/icons/selection_small.png # The default is rEFInd's built-in font, Luxi Mono Regular 12 point. # #font myfont.png -font themes/rEFInd-sunset/fonts/nimbus-mono-28.png +font themes/refind_sunset/fonts/nimbus-mono-28.png # Which non-bootloader tools to show on the tools line, and in what # order to display them: