diff --git a/README.md b/README.md index e180fd0..e14f7c9 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,58 @@ Enjoy macOS cursors for `Windows` and `Linux` with _HiDPI Support_ . - macOSBigSur: [https://www.pling.com/p/1408466](https://www.pling.com/p/1408466) - macOSBigSur-White: [https://www.pling.com/p/1616779](https://www.pling.com/p/1616779) +- macOSMonterey: [https://www.pling.com/p/1648124](https://www.pling.com/p/1648124) +- macOSMonterey-White: [https://www.pling.com/p/1648129](https://www.pling.com/p/1648129) + +#### Preview: + +> Check Figma file [here](https://www.figma.com/file/OZw8Ylb9xPFw9h1uZYSMFa/Mac-Cursor?node-id=0%3A1) + +

+ +
+ macOSMonterey Cursors +

+ +

+ +
+ macOSMonterey White Cursors +

+ +

+ +
+ macOSBigSur Cursors +

+ +

+ +
+ macOSBigSur White Cursors +

### Manual Install +> Note: replace name according package name. + #### Linux/X11 +##### macOSMonterey + +```bash +# 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 + ```bash # extract `macOSBigSur.tar.gz` tar -xvf macOSBigSur.tar.gz @@ -54,28 +101,22 @@ sudo mv macOSBigSur /usr/share/icons/ #### Windows -1. unzip `macOSBigSur_Windows.zip` file -2. Open `macOSBigSur_Windows/` in Explorer, and **right click** on `install.inf`. +##### 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**'. -#### Preview: - -> Check Figma file [here](https://www.figma.com/file/OZw8Ylb9xPFw9h1uZYSMFa/Mac-Cursor?node-id=0%3A1) - -

- -
- macOSBigSur Cursors -

- -

- -
- macOSBigSur White Cursors -

- # Dependencies ## External Libraries @@ -132,12 +173,14 @@ sudo dnf install libX11-devel libXcursor-devel libpng-devel ## Build From Scratch -### ⚡ Auto Build (using GitHub Actions) +### 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](https://github.com/ful1e5/apple_cursor/tree/main/.github/workflows) directory. ### Manual Build +> Check **[Makefile](./Makefile)** for more targets. + ```bash make ``` diff --git a/bitmapper/package.json b/bitmapper/package.json index 6b642f8..8258467 100644 --- a/bitmapper/package.json +++ b/bitmapper/package.json @@ -1,6 +1,6 @@ { "name": "apple-cursor", - "version": "1.1.2", + "version": "1.2.2", "description": "OpenSource macOS cursors.", "main": "index.js", "author": "Kaiz Khatri", diff --git a/pling/white.bbcode b/pling/bigsur-white.bbcode similarity index 93% rename from pling/white.bbcode rename to pling/bigsur-white.bbcode index ebe37d2..1ae2d13 100644 --- a/pling/white.bbcode +++ b/pling/bigsur-white.bbcode @@ -5,8 +5,10 @@ Latest build: check [url=https://github.com/ful1e5/apple_cursor/actions]Actions[ Release Notification: [url=https://twitter.com/ful1e5]@ful1e5[/url] Custom Size build docs: [url=https://github.com/ful1e5/apple_cursor#manual-build]README.md#manual-build[/url] -[b]Looking for other macOSBigSur cursor themes?[/b] +[b]Looking for other macOS cursor themes?[/b] [url=https://www.pling.com/p/1408466]macOSBigSur[/url] +[url=https://www.pling.com/p/1648124]macOSMonterey[/url] +[url=https://www.pling.com/p/1648129]macOSMonterey White[/url] [b] Support Creator[/b] [url=https://liberapay.com/ful1e5][img]https://liberapay.com/assets/widgets/donate.svg[/img][/url] diff --git a/pling/default.bbcode b/pling/bigsur.bbcode similarity index 92% rename from pling/default.bbcode rename to pling/bigsur.bbcode index 7f446ce..1f0758c 100644 --- a/pling/default.bbcode +++ b/pling/bigsur.bbcode @@ -5,8 +5,10 @@ Latest build: check [url=https://github.com/ful1e5/apple_cursor/actions]Actions[ Release Notification: [url=https://twitter.com/ful1e5]@ful1e5[/url] Custom Size build docs: [url=https://github.com/ful1e5/apple_cursor#manual-build]README.md#manual-build[/url] -[b]Looking for other macOSBigSur cursor themes?[/b] +[b]Looking for other macOS cursor themes?[/b] [url=https://www.pling.com/p/1616779]macOSBigSur White[/url] +[url=https://www.pling.com/p/1648124]macOSMonterey[/url] +[url=https://www.pling.com/p/1648129]macOSMonterey White[/url] [b] Support Creator[/b] [url=https://liberapay.com/ful1e5][img]https://liberapay.com/assets/widgets/donate.svg[/img][/url] diff --git a/pling/monterey-white.bbcode b/pling/monterey-white.bbcode new file mode 100644 index 0000000..09cd5b3 --- /dev/null +++ b/pling/monterey-white.bbcode @@ -0,0 +1,37 @@ +macOSMonterey White cursor theme for Windows and Linux with [b]HiDPI[/b] display support. This cursor theme is built with [b][url=https://github.com/ful1e5/clickgen]clickgen[/url][/b] and render with the [b][url=https://github.com/puppeteer/puppeteer/]puppeteer[/url][/b]. This cursor theme support [b]22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96[/b] size. Check [url=https://github.com/ful1e5/apple_cursor#manual-build]README.md[/url] for create custom size theme. You also download and test upcoming version from [url=https://github.com/ful1e5/apple_cursor/actions]GitHub Actions[/url] section. Follow me on [url=https://twitter.com/ful1e5]Twitter[/url] for more updates. + +Available Sizes: 22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96 +Latest build: check [url=https://github.com/ful1e5/apple_cursor/actions]Actions[/url][/b] tab on GitHub. +Release Notification: [url=https://twitter.com/ful1e5]@ful1e5[/url] +Custom Size build docs: [url=https://github.com/ful1e5/apple_cursor#manual-build]README.md#manual-build[/url] + +[b]Looking for other macOS cursor themes?[/b] +[url=https://www.pling.com/p/1648124]macOSMonterey[/url] +[url=https://www.pling.com/p/1408466]macOSBigSur[/url] +[url=https://www.pling.com/p/1616779]macOSBigSur White[/url] + +[b] Support Creator[/b] +[url=https://liberapay.com/ful1e5][img]https://liberapay.com/assets/widgets/donate.svg[/img][/url] + +[b]Linux Install[/b] +Get the latest stable Linux release from the [b]files[/b] section. Unpack the [b].tar.gz[/b] file and follow these [b]commands[/b]. +[code] +mv macOSMonterey-White ~/.icons # install as local +sudo mv macOSMonterey-White /usr/share/icons # install as root +[/code] + +[b]Linux Uninstall[/b] +[code] +rm -r ~/.icons/macOSMonterey-White # remove from local +sudo rm -r /usr/share/icons/macOSMonterey-White # remove from root +[/code] + +[b]Window Install[/b] +[1] unzip [b]macOSMonterey-White-Windows.zip[/b] file. +[2] Open [b]macOSMonterey-White-Windows/[/b] in Explorer, and [b]right-click[/b] on [b]install.inf[/b]. +[3] Click 'Install' from the context menu, and authorize the modifications to your system. +[4] Open [i]Control Panel > Personalisation and Appearance > Change mouse pointers[/i], and select [b]macOSMonterey-White Cursors[/b]. +[5] Click '[b]Apply[/b]'. + +[b]License & Terms[/b] +'apple_cursor' is available under the terms of the 'GPL-3.0' license. diff --git a/pling/monterey.bbcode b/pling/monterey.bbcode new file mode 100644 index 0000000..db991b4 --- /dev/null +++ b/pling/monterey.bbcode @@ -0,0 +1,37 @@ +macOSMonterey cursor theme for Windows and Linux with [b]HiDPI[/b] display support. This cursor theme is built with [b][url=https://github.com/ful1e5/clickgen]clickgen[/url][/b] and render with the [b][url=https://github.com/puppeteer/puppeteer/]puppeteer[/url][/b]. This cursor theme support [b]22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96[/b] size. Check [url=https://github.com/ful1e5/apple_cursor#manual-build]README.md[/url] for create custom size theme. You also download and test upcoming version from [url=https://github.com/ful1e5/apple_cursor/actions]GitHub Actions[/url] section. Follow me on [url=https://twitter.com/ful1e5]Twitter[/url] for more updates. + +Available Sizes: 22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96 +Latest build: check [url=https://github.com/ful1e5/apple_cursor/actions]Actions[/url][/b] tab on GitHub. +Release Notification: [url=https://twitter.com/ful1e5]@ful1e5[/url] +Custom Size build docs: [url=https://github.com/ful1e5/apple_cursor#manual-build]README.md#manual-build[/url] + +[b]Looking for other macOS cursor themes?[/b] +[url=https://www.pling.com/p/1648129]macOSMonterey White[/url] +[url=https://www.pling.com/p/1408466]macOSBigSur[/url] +[url=https://www.pling.com/p/1616779]macOSBigSur White[/url] + +[b] Support Creator[/b] +[url=https://liberapay.com/ful1e5][img]https://liberapay.com/assets/widgets/donate.svg[/img][/url] + +[b]Linux Install[/b] +Get the latest stable Linux release from the [b]files[/b] section. Unpack the [b].tar.gz[/b] file and follow these [b]commands[/b]. +[code] +mv macOSMonterey ~/.icons # install as local +sudo mv macOSMonterey /usr/share/icons # install as root +[/code] + +[b]Linux Uninstall[/b] +[code] +rm -r ~/.icons/macOSMonterey # remove from local +sudo rm -r /usr/share/icons/macOSMonterey # remove from root +[/code] + +[b]Window Install[/b] +[1] unzip [b]macOSMonterey-Windows.zip[/b] file. +[2] Open [b]macOSMonterey-Windows/[/b] in Explorer, and [b]right-click[/b] on [b]install.inf[/b]. +[3] Click 'Install' from the context menu, and authorize the modifications to your system. +[4] Open [i]Control Panel > Personalisation and Appearance > Change mouse pointers[/i], and select [b]macOSMonterey Cursors[/b]. +[5] Click '[b]Apply[/b]'. + +[b]License & Terms[/b] +'apple_cursor' is available under the terms of the 'GPL-3.0' license.