Personal clone of the McMojave cursor theme so I can package it for XCursor themes on my NixOS configuration.
Find a file
vinceliuice aa6608b038 update
2020-01-26 22:40:39 +08:00
dist upload 2020-01-26 22:33:47 +08:00
src upload 2020-01-26 22:33:47 +08:00
build.sh upload 2020-01-26 22:33:47 +08:00
LICENSE Initial commit 2020-01-26 22:33:10 +08:00
preview.png upload 2020-01-26 22:33:47 +08:00
README.md upload 2020-01-26 22:33:47 +08:00

McMojave cursors

This is an x-cursor theme inspired by macOS and based on KDE Breeze.

Installation

To install the cursor theme simply copy the compiled theme to your icons directory. For local user installation:

cp -pr dist/ ~/.icons/McMojave-cursors

For system-wide installation for all users:

sudo cp -pr dist/ /usr/share/icons/McMojave-cursors

Then set the theme with your preferred desktop tools.

Building from source

You'll find everything you need to build and modify this cursor set in the src/ directory. To build the xcursor theme from the SVG source run:

./build.sh

This will generate the pixmaps and appropriate aliases. The freshly compiled cursor theme will be located in dist/

Preview