Open source macOS Cursors.
Find a file
2022-01-10 19:35:14 +05:30
.github ignore path & changedlog updated 2021-12-31 15:10:05 +05:30
bitmapper yarn upgrade 2022-01-10 19:35:14 +05:30
builder Add cursor top_left_arrow BreezeX_Cursor#10 BreezeX_Cursor#11 2021-12-25 15:15:25 +05:30
pling docs updated for macOSMonterey 2021-11-22 17:36:55 +05:30
svg Some cursors are very blurry on lower sizes fixed #74 2021-11-27 15:14:48 +05:30
.gitignore 🙈 ignore bin directory 2021-08-13 14:42:34 +05:30
CHANGELOG.md ignore path & changedlog updated 2021-12-31 15:10:05 +05:30
CODE_OF_CONDUCT.md 📚 Create CODE_OF_CONDUCT.md 2020-08-08 07:56:52 +05:30
CONTRIBUTING.md 💝 main as default branch 2020-10-01 10:08:10 +05:30
LICENSE Initial commit 2020-07-20 08:27:57 +05:30
Makefile fix: make install command 2021-11-27 15:15:38 +05:30
pyrightconfig.json enhance: svg/*.py module support inside pyright config 2021-11-23 17:39:03 +05:30
README.md docs updated for macOSMonterey 2021-11-22 17:36:55 +05:30

Apple Cursor

Enjoy macOS cursors for Windows and Linux with HiDPI Support .

Build CodeFactor Twitter

Cursor Sizes

22 24 28 32 40 48 56 64 72 80 88 96

Colors

#13A3F5 #4DCB2C #FED103 #FE9D0C #F2493C #B75DCC #000000 #fffff

Quick install

Preview:

Check Figma file here


macOSMonterey Cursors


macOSMonterey White Cursors


macOSBigSur Cursors


macOSBigSur White Cursors

Manual Install

Note: replace name according package name.

Linux/X11

macOSMonterey
# extract `macOSMonterey.tar.gz`
tar -xvf macOSMonterey.tar.gz

# For local users
mv macOSMonterey ~/.icons/

# For all users
sudo mv macOSMonterey /usr/share/icons/
macOSBigSur
# extract `macOSBigSur.tar.gz`
tar -xvf macOSBigSur.tar.gz

# For local users
mv macOSBigSur ~/.icons/

# For all users
sudo mv macOSBigSur /usr/share/icons/

Windows

macOSMonterey
  1. unzip macOSMonterey-Windows.zip file
  2. Open macOSMonterey-Windows/ in Explorer, and right click on install.inf.
  3. Click 'Install' from the context menu, and authorize the modifications to your system.
  4. Open Control Panel > Personalization and Appearance > Change mouse pointers, and select MacOSMonterey Cursors.
  5. Click 'Apply'.
macOSBigSur
  1. unzip macOSBigSur-Windows.zip file
  2. Open macOSBigSur-Windows/ in Explorer, and right click on install.inf.
  3. Click 'Install' from the context menu, and authorize the modifications to your system.
  4. Open Control Panel > Personalization and Appearance > Change mouse pointers, and select MacOSBigSur Cursors.
  5. Click 'Apply'.

Dependencies

External Libraries

  • libxcursor
  • libx11
  • libpng (<=1.6)

Install External Libraries

macOS
brew install --cask xquartz
brew install libpng
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 Dependencies

Node Packages

PyPi Packages

Build From Scratch

Auto Build (using GitHub Actions)

GitHub 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.

Manual Build

Check Makefile for more targets.

make

Build XCursor theme

make unix

Customize XCursor size

make unix X_SIZES=22            # Only built '22px' pixel-size.
make unix X_SIZES=22 24 32      # Multiple sizes are provided with  ' '(Space)

Install XCursor theme

make install            # install as user
  # OR
sudo make install       # install as root

Build Windows theme

make windows

Customize Windows Cursor size

make windows WIN_SIZE=96            # Supports only one pixel-size

For installation follow these steps.

Bugs

Bugs should be reported here on the Github issues page.

Getting Help

You can create a issue, I will help you. 🙂

Contributing

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.