diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f9c6f7..0102dd4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- utils `getFrameName.ts` added.
+- **22** cursor size added.
### Changed
diff --git a/PLING.bbcode b/PLING.bbcode
index 9a5c903..51e9ac1 100644
--- a/PLING.bbcode
+++ b/PLING.bbcode
@@ -1,27 +1,40 @@
[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]24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96
+[i]Available Sizes[/i] [b]22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96
[/b][i]Get 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)
-[b][size=150]Linux/X11 installation[/size][/b]
-Get the latest stable/dev-version Linux release from the on the [b][url=https://github.com/ful1e5/apple_cursor/releases]GitHub Releases[/url][/b]. [size=85]Unpack [b].tar.gz[/b] file and follow these [b]commands[/b].[/size]
+[b]Linux/X11 installation[/b]
+Get the latest stable Linux release from the on the [b][url=https://www.pling.com/p/1408466/#files-panel]Pling[/url][/b]. Unpack [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]For local user:[/b]
+[code]mv macOSBigSur ~/.icons[/code]
-[b][size=100]Uninstall[/size][/b]
+[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]
-[size=150][b]Window installation[/b][/size]
-[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 authorise 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][*][size=85]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).[/size][/*][*][size=85]By giving a [b]Pling[/b] or [b][url=https://www.paypal.me/kaizkhatri]Donation[/url][/b].[/size][/*][*][size=85][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].[/size][/*][*][size=85][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][/size][/*][/list]
+[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 authorise 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]
-[size=150][b]License & Terms[/b][/size]
+[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].[/size][/*]
+ [*][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.
\ No newline at end of file
diff --git a/README.md b/README.md
index 646d0f1..2ea6da3 100644
--- a/README.md
+++ b/README.md
@@ -108,6 +108,7 @@ Enjoy upcoming **[macOS BigSur](https://www.apple.com/macos/big-sur-preview/)**
#### Cursor Sizes
+22
24
28
32
diff --git a/config.py b/config.py
index af93462..f4b1484 100644
--- a/config.py
+++ b/config.py
@@ -4,7 +4,7 @@ import json
# Build Config
delay = 50
name = "macOSBigSur"
-sizes = [24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96]
+sizes = [22, 24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96]
bitmaps_dir = "./bitmaps"
package_dir = "./themes"
@@ -42,4 +42,5 @@ windows_cursors = {
with open("./scripts/windows.inf") as f:
data = f.read()
window_install_inf_content = data.replace(
- "", name+" Cursors").replace("", author)
+ "", name + " Cursors"
+ ).replace("", author)