Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
}
```
Expand All @@ -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
```


10 changes: 5 additions & 5 deletions theme.conf
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ 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
# in the top left corner of the image is used as the background color
# 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
Expand All @@ -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
Expand All @@ -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:
Expand Down