An open API service indexing awesome lists of open source software.

https://github.com/al3xtjames/clover-theme-minimal

A clean theme for the Clover UEFI bootloader
https://github.com/al3xtjames/clover-theme-minimal

Last synced: 3 months ago
JSON representation

A clean theme for the Clover UEFI bootloader

Awesome Lists containing this project

README

          

# Clover Minimal Theme
A clean theme for [the Clover UEFI bootloader](http://sourceforge.net/projects/cloverefiboot), based off [rEFInd-minimal by Evan Purkhiser](https://github.com/EvanPurkhiser/rEFInd-minimal).

![Screenshot of the theme](http://i.imgbox.com/4gssLdSI.png)

### Installation
Clone or download the ZIP of this repo to your Clover theme directory (usually in /EFI/CLOVER/themes, located on the EFI system partition). Then, edit your Clover config.plist to select the theme.
```plist
GUI

Theme
clover-theme-minimal

```
By default, labels for the boot entries are hidden. If you would like to enable them, you can edit the theme.plist file in this repo by changing the `Label` key to `true`.
```plist
Components

Banner

Functions

Label

MenuTitle

Revision

```

### Credits

Special thanks to Evan Purkhiser for his original theme, which uses OS icons from SWOriginal. Thanks to Ukr55 for the cursor icon, the font image, and some of the tool icons.