mirror of
https://github.com/LightAir/darkmini.git
synced 2026-02-03 22:36:21 +00:00
Merge pull request #2 from Moulick/master
added icon for Ubuntu Gnome, fixed file locations and updated readme.md
This commit is contained in:
19
README.md
19
README.md
@@ -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.
|
||||
|
||||

|
||||

|
||||
|
||||
|
||||
### 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`.
|
||||
|
||||
BIN
icons/os_ubuntugnome.png
Normal file
BIN
icons/os_ubuntugnome.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.6 KiB |
681
source/os_ubuntugnome.ai
Normal file
681
source/os_ubuntugnome.ai
Normal file
File diff suppressed because one or more lines are too long
1
source/os_ubuntugnome.svg
Normal file
1
source/os_ubuntugnome.svg
Normal file
@@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 52.18 52"><defs><style>.cls-1{fill:#ecf0f1;}</style></defs><title>Asset 1</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_2-2" data-name="Layer 2"><path class="cls-1" d="M26.48,0C12-.26.33,12.29,0,25.77S12.43,52,26.09,52c13.3.86,26.09-12.59,26.09-25.44A26.51,26.51,0,0,0,26.48,0ZM32.4,39.4c-3.84,3.84-7.69,4.11-11.78.5-3.56-3.15-6.67-6.82-10.23-10.53l2.7-2.71c1.88,2,3.49,3.78,5.13,5.52.91,1,1.85,1.89,2.8,2.8,5,4.87,8,4.45,12.15-2.18L20.1,20l2.27-2.41L37.74,33A82,82,0,0,1,32.4,39.4Zm8.37-8.22c-3.05-3.14-6-6.14-8.87-9.12S26,16.1,23,13a17,17,0,0,0-1.58,1c-4.83,4-5,6.31-.58,10.91l8.06,8.35-2.37,2.22c-3.59-3.41-7.37-6.57-10.62-10.2s-2.95-7.57.4-11.26a25.84,25.84,0,0,1,3.15-2.93c1.3-1,2.72-1.9,3.93-2.74l20,20.16Z"/></g></g></svg>
|
||||
|
After Width: | Height: | Size: 792 B |
12
theme.conf
12
theme.conf
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user