From 6698a566c08c1f8e6a36ac7012c9a931dac2edf7 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 11 Aug 2020 08:48:45 +0530 Subject: [PATCH 1/4] =?UTF-8?q?=F0=9F=94=A7=20Delay=20drop=20to=2035?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.py b/config.py index 0cdb726..a4680f0 100644 --- a/config.py +++ b/config.py @@ -2,8 +2,8 @@ import json # Build Config -delay = 50 -name = "MacOSBigSur" +delay = 35 +name = "macOSBigSur" sizes = [24, 28, 32, 40, 48, 56, 64, 72, 80, 88, 96] bitmaps_dir = "./bitmaps" From eda8a8a196c0199073c5d684b87544aaa6fac6f8 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 11 Aug 2020 08:49:10 +0530 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=A7=B9=20Installtion=20clean=20script?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index fcf20ca..3d03672 100644 --- a/package.json +++ b/package.json @@ -4,6 +4,7 @@ "description": "Enjoy upcoming `macOS Big Sur` Cursor Theme 🥳", "main": "index.js", "scripts": { + "install:clean": "sudo rm -rf ~/.icons/macOSBigSur /usr/share/icons/macOSBigSur", "unpack": "cd ./packages && mkdir macOSBigSur && tar -xvf macOSBigSur.tar -C macOSBigSur && cd ..", "compile": "yarn clean && yarn render && yarn build", "clean": "rm -rf packages bitmaps", From 49b544156ad442c56604d7f4066202de5e23c0d1 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 11 Aug 2020 08:57:45 +0530 Subject: [PATCH 3/4] =?UTF-8?q?=E2=99=BB=20Animation=20Logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ab5bae..7a78543 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Changed - `hand2` and `left_ptr` hotspots alignments fixed. +- Smooth Animation with `35` Delay ([6698a56](https://github.com/ful1e5/apple_cursor/commit/6698a566c08c1f8e6a36ac7012c9a931dac2edf7)) - Ignored `docs` files (**.md ,LICENCE, **.bbcode) in `build` GitHub Actions. ([0df635b](https://github.com/ful1e5/apple_cursor/commit/0df635b1cdd18840606956f2188e735321f6f8b5)) - Windows Configs inside `config.py` ([e7d5092](https://github.com/ful1e5/apple_cursor/commit/e7d509295b69fbe43cdc3ea3000c493dcee47824)) - Redesign **Windows package** with `install.inf`. ([5f99e05](https://github.com/ful1e5/apple_cursor/commit/5f99e0565a5730165a498695bcbba4716108e82b)) From 7409f054de757fa7b068ff7285cdcbe5e289dca3 Mon Sep 17 00:00:00 2001 From: ful1e5 <24286590+KaizIqbal@users.noreply.github.com> Date: Tue, 11 Aug 2020 09:01:30 +0530 Subject: [PATCH 4/4] =?UTF-8?q?=E2=AC=86=20Update=20Package=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install.sh b/scripts/install.sh index fecedac..93bf3e8 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -5,7 +5,7 @@ INPUT=$1 ROOT_UID=0 DEST_DIR= -URL="https://github.com/ful1e5/apple_cursor/releases/download/1.0.1-beta/macOSBigSur.tar" +URL="https://github.com/ful1e5/apple_cursor/releases/download/1.0.2/macOSBigSur.tar" macOSBigSur="./macOSBigSur" DOWNLOAD_FILE_NAME="$macOSBigSur.tar"