Enjoy macOS cursors for Windows and Linux with HiDPI Support .
22 24 28 32 40 48 56 64 72 80 88 96
- macOSBigSur: https://www.pling.com/p/1408466
- macOSBigSur-White: https://www.pling.com/p/1616779
- macOSMonterey: https://www.pling.com/p/1648124
- macOSMonterey-White: https://www.pling.com/p/1648129
Check Figma file here
Note: replace name according package name.
# extract `macOSMonterey.tar.gz`
tar -xvf macOSMonterey.tar.gz
# For local users
mv macOSMonterey ~/.icons/
# For all users
sudo mv macOSMonterey /usr/share/icons/# extract `macOSBigSur.tar.gz`
tar -xvf macOSBigSur.tar.gz
# For local users
mv macOSBigSur ~/.icons/
# For all users
sudo mv macOSBigSur /usr/share/icons/- unzip
macOSMonterey-Windows.zipfile - Open
macOSMonterey-Windows/in Explorer, and right click oninstall.inf. - Click 'Install' from the context menu, and authorize the modifications to your system.
- Open Control Panel > Personalization and Appearance > Change mouse pointers, and select MacOSMonterey Cursors.
- Click 'Apply'.
- unzip
macOSBigSur-Windows.zipfile - Open
macOSBigSur-Windows/in Explorer, and right click oninstall.inf. - Click 'Install' from the context menu, and authorize the modifications to your system.
- Open Control Panel > Personalization and Appearance > Change mouse pointers, and select MacOSBigSur Cursors.
- Click 'Apply'.
- libxcursor
- libx11
- libpng (<=1.6)
brew install --cask xquartz
brew install libpngsudo apt install libx11-dev libxcursor-dev libpng-devsudo pacman -S libx11 libxcursor libpngsudo dnf install libX11-devel libXcursor-devel libpng-develGitHub Actions is automatically runs on every push(on main and dev branches) and pull request(on main branch), You found theme resources in artifact section of build.GitHub Actions source is available inside .github/workflows directory.
Check Makefile for more targets.
makemake unixmake unix X_SIZES=22 # Only built '22px' pixel-size.
make unix X_SIZES=22 24 32 # Multiple sizes are provided with ' '(Space)make install # install as user
# OR
sudo make install # install as rootmake windowsmake windows WIN_SIZE=96 # Supports only one pixel-sizeFor installation follow these steps.
Bugs should be reported here on the Github issues page.
You can create a issue, I will help you. 🙂
Check CONTRIBUTING.md, any suggestions for features and contributions to the continuing code masterelopment can be made via the issue tracker or code contributions via a Fork & Pull requests.











