Open source macOS Cursors.
Find a file
2020-08-07 17:29:35 +05:30
.github/workflows 📦 Packages artifacts 2020-07-31 10:17:49 +05:30
src align cursor 2020-08-04 17:06:18 +05:30
.gitignore 🙈 packages dir ignore 2020-07-29 10:03:50 +05:30
build.py Helpers name changed 2020-07-29 10:41:11 +05:30
CHANGELOG.md 😎 GitHub Links with new username 2020-08-05 09:41:22 +05:30
config.py Cursor build size fix (65 to 64) 2020-08-02 11:16:06 +05:30
helper.py Builder version print 2020-08-02 19:50:17 +05:30
hotspots.json 🎯 left_ptr and hand2 hotspots fixed #5 misalign 2020-08-04 17:06:04 +05:30
LICENSE Initial commit 2020-07-20 08:27:57 +05:30
nodemon.json 🔧 Nodemon config 2020-07-22 12:21:05 +05:30
package.json 😎 GitHub Links with new username 2020-08-05 09:41:22 +05:30
PLING.bbcode 😎 GitHub Links with new username 2020-08-05 09:41:22 +05:30
README.md 📹 Linux Install Video link in comment 2020-08-07 17:29:35 +05:30
requirements.txt ⬆ packages updated 2020-07-29 09:22:02 +05:30
tsconfig.json 🗂 resolveJsonModule set to true 2020-07-25 18:13:26 +05:30
yarn.lock 🔧 script updated for nodemon 2020-07-23 07:48:50 +05:30

macOS Big Sur

🍎 macOS Cursor Theme

GitHub Action Build CodeFactor
npm type definitions Puppeteer version Clickgen
Apple Cursor release (latest by date including pre-releases) License
License License License
Made By Kaiz


Apple Cursor

Enjoy upcoming macOS BigSur Cursor Theme for Windows and Linux with HiDPi Support 🎉

Cursor Sizes: 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96

Colors:

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

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 Dependencies

  • nodejs (<=12.x.x)
  • yarn
  • python (<=3.6)
  • pip3

Install

Basic Installation

Download latest stable & development from here according to your OS.

Linux/X11

mkdir macOSBigSur && tar -xvf macOSBigSur.tar -C macOSBigSur

for local user

mv macOSBigSur ~/.icons/

for all users

sudo mv macOSBigSur /usr/share/icons/

Windows

  1. Open the settings app.
  2. Goto Devices -> Mouse -> Additional Mouse Options.
  3. Goto the pointers tab.
  4. Replace each cursor in the currently applied cursor set with the corresponding cursor in the mac OsBigSur Windows Theme folder.
  5. Click "save as" and type in the desired name.
  6. Click "apply" and "ok".

Manual Install