Merge pull request #61 from ful1e5/dev

v1.2.1
This commit is contained in:
Kaiz Khatri 2021-10-14 17:48:02 +05:30 committed by GitHub
commit 53ac3d4fc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 65 additions and 62 deletions

View file

@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [unreleased]
### Added
- docs: macOSBigSur-White pling document added to `pling/white.bbcode`.
- quick install links updated inside README.md#quick-install
### Changed
- docs: pling documents renamed to `pling/` directory.
## [v1.2.0] - 25 Aug 2021
### Added

View file

@ -1,46 +0,0 @@
[b]macOS Big Sur[/b] Cursor Theme with [b]HiDPI[/b] Display support. This Cursor 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].
[i]Available Sizes[/i] [b]22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96[/b]
[i]Get the latest build[/i] @[b][url=https://github.com/ful1e5/apple_cursor/actions]GitHub Actions[/url][/b]
[i]Release Notification[/i] at [b][url=https://twitter.com/ful1e5]Twitter[/url][/b](@ful1e5)
For [i]Customizing Size[/i] check [b][url=https://github.com/ful1e5/apple_cursor#manual-build]README.md[/url][/b]
[b] Support Creator[/b]
[url=https://www.buymeacoffee.com/Nt7Wg4V][img]https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png[/img][/url]
[b]Linux/X11 installation[/b]
Get the latest stable Linux release from the [b][url=https://www.pling.com/p/1408466/#files-panel]Pling[/url][/b]. Unpack the [b].tar.gz[/b] file and follow these [b]commands[/b].
[b]Install[/b]
[b]For all user:[/b]
[code]sudo mv macOSBigSur /usr/share/icons[/code]
[b]For local user:[/b]
[code]mv macOSBigSur ~/.icons[/code]
[b]Uninstall[/b]
[b]From all user:[/b]
[code]sudo rm -r /usr/share/icons/macOSBigSur[/code]
[b]From local user:[/b]
[code]rm -r ~/.icons/macOSBigSur[/code]
[b]Window installation[/b]
[list=1]
[*]unzip [b]macOSBigSur_Windows.zip[/b] file[/*]
[*]Open [b]macOSBigSur_Windows/[/b] in Explorer, and [b]right-click[/b] on [b]install.inf[/b].[/*]
[*]Click 'Install' from the context menu, and authorize the modifications to your system.[/*]
[*]Open [i]Control Panel > Personalisation and Appearance > Change mouse pointers[/i], and select [b]MacOSBigSur Cursors[/b].[/*]
[*]Click '[b]Apply[/b]'.[/*]
[/list]
[b]How I help the Creator?[/b]
[list=2]
[*]Give a [b]Star[/b] or [b]Follow[/b] on [b][url=https://github.com/ful1e5/apple_cursor]GitHub[/url][/b] (issues & PullRequest are welcome).[/*]
[*]By giving a [b]Pling[/b] or [b][url=https://www.paypal.me/kaizkhatri]Donation[/url][/b].[/*]
[*][b]Download[/b] from[url=https://www.pling.com/p/1408466/] Pling.com[/url] Product page that helps to [b]increases[/b] my [b]monthly payout[/b].[/*]
[*][b][url=https://www.pling.com/support]Become Supporter of Pling.com[/url][/b], So we become [b]Full-Time [/b]Libre & FOSS content creator [b];)[/b][/*]
[/list]
[b]License & Terms[/b]
'[b]macOS Big Sur[/b]' Cursor Theme is available under the terms of the [b]GPL-3.0[/b] license.

View file

@ -44,19 +44,10 @@
<!-- Third Row -->
<br />
<a href="https://www.pling.com/p/1408466#files-panel">
<img alt="License" src="https://img.shields.io/badge/-Linux-grey?logo=linux" />
</a>
<a href="https://www.pling.com/p/1408466#files-panel">
<img alt="License" src="https://img.shields.io/badge/-Windows-blue?logo=windows" />
</a>
<a href="https://www.python.org/">
<img alt="License" src="https://img.shields.io/badge/-Python-yellow?logo=python" />
</a>
<!-- Fourth Row -->
<br />
<a href="https://github.com/ful1e5">
<img alt="Made By Kaiz" src="https://kaiz.vercel.app/api/badge" width="133" />
</a>
@ -98,11 +89,8 @@ Enjoy **[macOS Big Sur](https://www.apple.com/macos/big-sur-preview/)** Cursor T
#### Quick install
<p align="center">
<a href="https://www.pling.com/p/1408466/" >
<img title="macOSBig Sur Pling Store" width="40%" src="https://imgur.com/VxSgrWw.png">
</a>
</p>
- 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)
### Manual Install

View file

@ -1,6 +1,6 @@
{
"name": "apple_cursor_bitmapper",
"version": "1.2.0",
"version": "1.2.1",
"main": "index.js",
"scripts": {
"render": "yarn ts-node src/index.ts"

27
pling/default.bbcode Normal file
View file

@ -0,0 +1,27 @@
macOSBigSur 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.
Looking for white macOSBigSur cursor theme?
check [url=https://www.pling.com/p/1616779#files-panel]https://www.pling.com/p/1616779[/url]
[b]Linux Install[/b]
Get the latest stable Linux release from the [url=https://www.pling.com/p/1408466/#files-panel]pling.com#file-section[/url]. Unpack the [b].tar.gz[/b] file and follow these [b]commands[/b].
as root: `sudo mv macOSBigSur /usr/share/icons`
as user: `mv macOSBigSur ~/.icons`
[b]Linux Uninstall[/b]
from root: `sudo rm -r /usr/share/icons/macOSBigSur`
from user: `rm -r ~/.icons/macOSBigSur`
[b]Window Install[/b]
[1] unzip [b]macOSBigSur_Windows.zip[/b] file.
[2] Open [b]macOSBigSur_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]MacOSBigSur Cursors[/b].
[5] Click '[b]Apply[/b]'.
[b]License & Terms[/b]
'apple_cursor' is available under the terms of the 'GPL-3.0' license.
[url=https://www.buymeacoffee.com/Nt7Wg4V][img]https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png[/img][/url]

25
pling/white.bbcode Normal file
View file

@ -0,0 +1,25 @@
macOSBigSur 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.
Looking for default macOSBigSur cursor theme?
check [url=https://www.pling.com/p/1408466/#files-panel]https://www.pling.com/p/1408466/[/url]
[b]Linux Install[/b]
Get the latest stable Linux release from the [url=https://www.pling.com/p/1408466/#files-panel]pling.com#file-section[/url]. Unpack the [b].tar.gz[/b] file and follow these [b]commands[/b].
as root: `sudo mv macOSBigSur-White /usr/share/icons`
as user: `mv macOSBigSur-White ~/.icons`
[b]Linux Uninstall[/b]
from root: `sudo rm -r /usr/share/icons/macOSBigSur-White`
from user: `rm -r ~/.icons/macOSBigSur-White`
[b]Window Install[/b]
[1] unzip [b]macOSBigSur-White-Windows.zip[/b] file.
[2] Open [b]macOSBigSur-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]MacOSBigSur Cursors[/b].
[5] Click '[b]Apply[/b]'.
[b]License & Terms[/b]
'apple_cursor' is available under the terms of the 'GPL-3.0' license.
[url=https://www.buymeacoffee.com/Nt7Wg4V][img]https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png[/img][/url]