• Stars
    star
    216
  • Rank 183,179 (Top 4 %)
  • Language
  • Created over 9 years ago
  • Updated almost 6 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A clean theme for the Clover UEFI bootloader

Clover Minimal Theme

A clean theme for the Clover UEFI bootloader, based off rEFInd-minimal by Evan Purkhiser.

Screenshot of the theme

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.

<key>GUI</key>
<dict>
	<key>Theme</key>
	<string>clover-theme-minimal</string>
</dict>

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.

<key>Components</key>
<dict>
	<key>Banner</key>
	<false/>
	<key>Functions</key>
	<true/>
	<key>Label</key>
	<true/>
	<key>MenuTitle</key>
	<true/>
	<key>Revision</key>
	<false/>
</dict>

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.

More Repositories

1

ghidra-firmware-utils

Ghidra utilities for analyzing PC firmware
Java
398
star
2

NoTouchID

Lilu plugin for disabling Touch ID support
C++
122
star
3

Gigabyte-GA-Z77X-macOS-Install

Support files for running macOS on Gigabyte 7 Series motherboards
Shell
101
star
4

PS3Dec

PS3Dec r5 source mirror
C
85
star
5

MacGen

Mac number generation tools
Shell
64
star
6

Clover

Clover UEFI bootloader (read-only git mirror + dead fork) — new upstream: https://github.com/CloverHackyColor/CloverBootloader
C
60
star
7

ThunderboltPkg

C
46
star
8

clover-theme-next-black

A clean theme for the Clover UEFI bootloader
45
star
9

clover-theme-oss

Mac-style theme (originally by lisai9093)
11
star
10

AtherosL1cEthernet

Qualcomm Atheros AR813x/815x driver for macOS by maolj & Shailua
C
9
star
11

radeon_bios_decode

Fork of radeon_bios_decode by bcc9 & Fl0r!an
C++
9
star
12

hack-acpi

Stripped DSDTs for running macOS on various motherboards
Shell
8
star
13

Forcex2Apic

UEFI driver to enable x2APIC (if the CPU supports it)
Rust
7
star
14

nds-rom-patcher

Patcher for OpenPatcher/DS Scene ROM Tool-style patches
Python
6
star
15

coreboot_mainboard_gigabyte_ga-z77x-ud5h

coreboot mainboard tree for Gigabyte GA-Z77X-UD5H
C
4
star
16

AppleSystemInfo

C
3
star
17

IO80211Family-Headers

Headers for IO80211Family
C
3
star
18

CXGBFixup

Lilu plugin to fix various issues with Chelsio's network driver for macOS
C++
2
star
19

caffeinate

Rust clone of caffeinate(8) from macOS for Linux
Rust
1
star
20

JPEG_Artifacts_Removal

Fork of https://huggingface.co/spaces/danielsapit/JPEG_Artifacts_Removal
Python
1
star
21

dell_xps_9560_fw

Firmware for Dell XPS 15 9560 (2017)
1
star