mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-14 15:15:02 -04:00
Open source macOS Cursors.
.github/workflows | ||
src | ||
.gitignore | ||
build.py | ||
CHANGELOG.md | ||
config.py | ||
helper.py | ||
hotspots.json | ||
LICENSE | ||
nodemon.json | ||
package.json | ||
PLING.bbcode | ||
README.md | ||
requirements.txt | ||
tsconfig.json | ||
yarn.lock |
🍎 macOS Cursor Theme
Apple Cursor
Enjoy upcoming macOS BigSur Cursor Theme for Windows
and Linux
with HiDPi Support 🎉
Supported Sizes: 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96
Dependencies
Runtime Dependencies
- libxcursor-dev
- libx11-dev
- libpng-dev (<=1.6)
Install Runtime Dependencies
Debain/ubuntu
sudo apt install libx11-dev libxcursor-dev libpng-dev
ArchLinux/Manjaro
sudo pacman -S libx11 libxcursor libpng
Fedora/Fedora Silverblue/CentOS/RHEL
sudo dnf install libx11-devel libxcursor-devel libpng-devel
Build Dependecies
Before built this theme make sure nodejs-lts (<=12.x.x), python3 and pip3 installed on the system.