mirror of
https://github.com/LightAir/darkmini.git
synced 2026-02-04 06:46:20 +00:00
Corrected file locations and added to readme.md
This commit is contained in:
19
README.md
19
README.md
@@ -1,6 +1,23 @@
|
|||||||
# darkmini
|
# 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.
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
|
### 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`.
|
||||||
|
|||||||
12
theme.conf
12
theme.conf
@@ -14,7 +14,7 @@
|
|||||||
# all - all of the above
|
# all - all of the above
|
||||||
# Default is none of these (all elements active)
|
# 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
|
# 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
|
# 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.
|
# icons in your own directory and rely on the default for others.
|
||||||
# Default is "icons".
|
# 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
|
# 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
|
# 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
|
# 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.
|
# 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)
|
# 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
|
# 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
|
# or a PNG image. The PNG format is required if you need transparency
|
||||||
# support (to let you "see through" to a full-screen banner).
|
# support (to let you "see through" to a full-screen banner).
|
||||||
#
|
#
|
||||||
selection_big minidark/selection_big.png
|
selection_big themes/darkmini/selection_big.png
|
||||||
selection_small minidark/selection_small.png
|
selection_small themes/darkmini/selection_small.png
|
||||||
|
|
||||||
# Which non-bootloader tools to show on the tools line, and in what
|
# Which non-bootloader tools to show on the tools line, and in what
|
||||||
# order to display them:
|
# order to display them:
|
||||||
@@ -66,4 +66,4 @@ selection_small minidark/selection_small.png
|
|||||||
# user interface (ignored on older computers)
|
# user interface (ignored on older computers)
|
||||||
# Default is shell,apple_recovery,mok_tool,about,shutdown,reboot,firmware
|
# Default is shell,apple_recovery,mok_tool,about,shutdown,reboot,firmware
|
||||||
#
|
#
|
||||||
showtools shutdown
|
showtools shutdown,reboot,firmware
|
||||||
|
|||||||
Reference in New Issue
Block a user