All Projects → kgoettler → ursamajor-clover

kgoettler / ursamajor-clover

Licence: GPL-3.0 license
Ursa Major theme for Clover UEFI Bootloader

Projects that are alternatives of or similar to ursamajor-clover

Acer-Aspire-A515-Hackintosh
Clover bootloader configuration files
Stars: ✭ 20 (+0%)
Mutual labels:  clover, clover-efi
asus-rog-strix-z390-i-gaming-hackintosh
A guide to build your own Hackintosh based on ASUS ROG STRIX Z390-I GAMING Motherboard and AMD GPU
Stars: ✭ 102 (+410%)
Mutual labels:  clover, clover-efi
Hack-HP-EliteBook-850-G5
A HP EliteBook 850 G5 Hackintosh running macOS Mojave 10.14.6.
Stars: ✭ 39 (+95%)
Mutual labels:  clover, clover-efi
cov
An emacs extension for displaying coverage data on your code
Stars: ✭ 65 (+225%)
Mutual labels:  clover
ThinkPad-T530-Hackintosh
EFI Folder (Clover) and config required for Thinkpad T530 Hackintosh Catalina & Mojave.
Stars: ✭ 31 (+55%)
Mutual labels:  clover-efi
S200H I7-8750H Hackintosh
淘宝买的小主机
Stars: ✭ 53 (+165%)
Mutual labels:  clover
x250-hackintosh
Sebuah repositori GitHub yang berisikan file EFI dan prosedur instalasi Hackintosh di Lenovo ThinkPad X250
Stars: ✭ 33 (+65%)
Mutual labels:  clover
Patched-AppleHDA-for-Mac-OS-Sierra-10.12
Patched AppleHDA for Realtek ALC ,VIA VT, IDT , Cirrus Logic Audio Codecs for Hackintosh's
Stars: ✭ 38 (+90%)
Mutual labels:  clover
HP Pavilion 15-cb073tx Hackintosh
macOS Big Sur on HP Pavilion 15-cb073tx
Stars: ✭ 57 (+185%)
Mutual labels:  clover-efi
Multiboot-Toolkit
Create a bootable disk
Stars: ✭ 96 (+380%)
Mutual labels:  clover
Lenovo-ThinkCentre-M93p-Tiny
Hackintosh OpenCore EFI for Lenovo ThinkCentre M93p Tiny
Stars: ✭ 34 (+70%)
Mutual labels:  clover
Lenovo-Y430p-OS-X-Clover-OpenCore-Hotpatch
Lenovo IdeaPad Y430P NoteBook for macOS 13 Ventura&macOS 12 Monterey&macOS Big Sur 11.0& macOS Catalina 10.15& macOS Mojave 10.14& High Sierra 10.13
Stars: ✭ 41 (+105%)
Mutual labels:  clover
Nitro-5-an517-51-Hackintosh
EFI acer nitro 5 an517-51 hackintosh
Stars: ✭ 33 (+65%)
Mutual labels:  clover-efi
Hackintosh-OptiPlex-7070-SFF
Hackintosh EFI Folder for Dell OptiPlex 7070 SFF
Stars: ✭ 73 (+265%)
Mutual labels:  clover
Clover-Crate
Clover Bootloader (with Quirks) and Clover Configurator explained. My attempt of creating a usable documentation for the popular boot manager.
Stars: ✭ 61 (+205%)
Mutual labels:  clover
clover
a scripting language created in Rust~
Stars: ✭ 14 (-30%)
Mutual labels:  clover
CloverEFI-4MU
Manually install Clover EFI Bootloader via Linux System on Legacy BIOS or UEFI Firmware.
Stars: ✭ 93 (+365%)
Mutual labels:  clover
DELL-XPS13-9360
Hackintosh OpenCore EFI for DELL XPS13 9360
Stars: ✭ 40 (+100%)
Mutual labels:  clover
X79-Hackintosh-Catalina
EFI Folder for mATX X79 8-Core Xeon macOS High Catalina Hackintosh.
Stars: ✭ 37 (+85%)
Mutual labels:  clover-efi
ideapad-720s-13IKB
Hackintosh - 黑苹果 Clover引导版 - 已转战OC,Clover不是最新的
Stars: ✭ 22 (+10%)
Mutual labels:  clover

Screenshot of the theme

A clean theme for the Clover UEFI bootloader based on the Ursa Major colorscheme.

Installation

  1. Mount the EFI partition where Clover is installed. For me, it's /dev/sdb1:
sudo mkdir /mnt/macos
sudo mount /dev/sdb1
  1. Clone this repository to your disk and copy to the Clover theme directory on your EFI partition (/EFI/CLOVER/themes)
git clone https://github.com/kgoettler/ursa-major-clover.git
sudo cp -r ./ursamajor-clover /mnt/EFI/CLOVER/themes/
  1. Edit your Clover config.plist (/EFI/CLOVER/config.plist) to select the theme.
<key>GUI</key>
<dict>
	<key>Theme</key>
	<string>ursamajor-clover</string>
</dict>

Customization

By default, the Functions (e.g. About, Restart, and Shutdown) are disabled. There are matching icons for these buttons, though, and they can be enabled by modifying the theme.plist file:

<key>Functions</key>
<true/>

Credits

Thanks to Alex James for the original clover-theme-minimal theme, which I used as a launching point for this theme.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].