https://github.com/tomin-joy/minimal-black-theme_refind
A very minimal black theme for refind bootmanager
https://github.com/tomin-joy/minimal-black-theme_refind
Last synced: 3 months ago
JSON representation
A very minimal black theme for refind bootmanager
- Host: GitHub
- URL: https://github.com/tomin-joy/minimal-black-theme_refind
- Owner: Tomin-Joy
- License: gpl-3.0
- Created: 2022-07-09T08:38:26.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-16T09:33:07.000Z (about 2 years ago)
- Last Synced: 2025-01-14T14:48:17.984Z (5 months ago)
- Size: 5.85 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# minimal-black-theme
A simplistic clean and minimal theme for rEFInd![Screenshot 01]()
### Installation:
1. Clone git repository and copy directory ```minimal-black-theme``` $HOME directory.
```
git clone https://github.com/Tomin-Joy/minimal-black-theme_refind.git```
2. Locate refind directory under EFI partition. For most Linux based system is commonly `/boot/efi/EFI/refind/`. Copy theme directory to it.
**Important:** Delete older installed versions of this theme before you proceed any further.
```
sudo rm -rf /boot/efi/EFI/refind/{regular-theme,refind-theme-regular}
```
```
sudo cp -r refind-theme-regular /boot/efi/EFI/refind/
```
3. Remove unused directory.
```
sudo rm -rf /boot/efi/EFI/refind/refind-theme-regular/{src,.git}
```4. To adjust icon size and font size edit `theme.conf`.
```
sudo nano /boot/efi/EFI/refind/refind-theme-regular/theme.conf
```5. To enable the theme add `include themes/minimal-black-theme/theme.conf` at the end of `refind.conf`.
```
sudo nano /boot/efi/EFI/refind/refind.conf
```