Corrected file locations and added to readme.md

This commit is contained in:
Moulick
2017-05-07 17:26:01 +05:30
parent ab65703054
commit e62b00d226
2 changed files with 24 additions and 7 deletions

View File

@@ -1,6 +1,23 @@
# darkmini
Dark theme for refind
Dark theme for rEFInd
[rEFInd](http://www.rodsbooks.com/refind/) is a simplistic boot manager for UEFI
based systems. This is a clean, dark and minimal theme for it.
![screenshot](https://raw.githubusercontent.com/LightAir/darkmini/master/screenshot_001.png "screenshot")
![screenshot](https://raw.githubusercontent.com/LightAir/darkmini/master/screenshot_002.png "screenshot")
### 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. `fdisk -l` and `mount` may help.
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/darkmini/theme.conf` at the end of
`refind.conf`.

View File

@@ -14,7 +14,7 @@
# all - all of the above
# Default is none of these (all elements active)
#
hideui singleuser,hints,arrows,label,editor
#hideui singleuser,hints,arrows,label,editor
# Set the name of a subdirectory in which icons are stored. Icons must
# have the same names they have in the standard directory. The directory
@@ -24,7 +24,7 @@ hideui singleuser,hints,arrows,label,editor
# icons in your own directory and rely on the default for others.
# Default is "icons".
#
icons_dir minidark/icons
icons_dir themes/darkmini/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
@@ -32,7 +32,7 @@ icons_dir minidark/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 minidark/background2.png
banner themes/darkmini/background2.png
# Custom images for the selection background. There is a big one (144 x 144)
# for the OS icons, and a small one (64 x 64) for the function icons in the
@@ -45,8 +45,8 @@ banner minidark/background2.png
# 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 minidark/selection_big.png
selection_small minidark/selection_small.png
selection_big themes/darkmini/selection_big.png
selection_small themes/darkmini/selection_small.png
# Which non-bootloader tools to show on the tools line, and in what
# order to display them:
@@ -66,4 +66,4 @@ selection_small minidark/selection_small.png
# user interface (ignored on older computers)
# Default is shell,apple_recovery,mok_tool,about,shutdown,reboot,firmware
#
showtools shutdown
showtools shutdown,reboot,firmware