diff --git a/CHANGELOG.md b/CHANGELOG.md index 9b9f3bc..cd139b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [unreleased] +## [v1.2.2] - 31 Oct 2021 + +### Added + +- Rounded pointer tail #63 +- make binaries inside sub directory `make preapre` + +### Changed + +- soft shadows in all cursors #62 +- fixed some cursor size #64 +- cursor preview updated +- project description changed + ## [v1.2.1] - 14 Oct 2021 ### Added diff --git a/Makefile b/Makefile index 47a0293..a0333f7 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ clean: render: bitmapper svg @cd bitmapper && $(MAKE) - build: bitmaps @cd builder && make build @@ -61,11 +60,16 @@ reinstall: uninstall install BIN_DIR = ../bin THEMES = White prepare: bitmaps themes - @rm -rf bin && mkdir bin - @cd bitmaps && zip -r $(BIN_DIR)/bitmaps.zip * && cd .. - @cd themes - @tar -czvf $(BIN_DIR)/macOSBigSur.tar.gz macOSBigSur - @zip -r $(BIN_DIR)/macOSBigSur-Windows.zip macOSBigSur-Windows - @$(foreach theme,$(THEMES), tar -czvf $(BIN_DIR)/macOSBigSur-$(theme).tar.gz macOSBigSur-$(theme);) - @$(foreach theme,$(THEMES), zip -r $(BIN_DIR)/macOSBigSur-$(theme)-Windows.zip macOSBigSur-$(theme)-Windows;) + @rm -rf bin + @mkdir -p bin/macOSBigSur + @$(foreach theme,$(THEMES), mkdir -p bin/macOSBigSur-$(theme);) + @cd bitmaps + @zip -r $(BIN_DIR)/macOSBigSur/bitmaps.zip macOSBigSur + @$(foreach theme,$(THEMES), zip -r $(BIN_DIR)/macOSBigSur-$(theme)/bitmaps.zip macOSBigSur-$(theme);) + @cd .. + @cd themes + @tar -czvf $(BIN_DIR)/macOSBigSur/macOSBigSur.tar.gz macOSBigSur + @zip -r $(BIN_DIR)/macOSBigSur/macOSBigSur-Windows.zip macOSBigSur-Windows + @$(foreach theme,$(THEMES), tar -czvf $(BIN_DIR)/macOSBigSur-$(theme)/macOSBigSur-$(theme).tar.gz macOSBigSur-$(theme);) + @$(foreach theme,$(THEMES), zip -r $(BIN_DIR)/macOSBigSur-$(theme)/macOSBigSur-$(theme)-Windows.zip macOSBigSur-$(theme)-Windows;) @cd .. diff --git a/README.md b/README.md index ce453ff..a0c09f9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@

- 🍎 macOS Cursor Theme + 🍎 Naked macOS Cursors

@@ -122,13 +122,13 @@ sudo mv macOSBigSur /usr/share/icons/

- +
macOSBigSur Cursors 🍎

- +
macOSBigSur White Cursors 🍎

diff --git a/bitmapper/package.json b/bitmapper/package.json index cbfc8ef..04e0b43 100644 --- a/bitmapper/package.json +++ b/bitmapper/package.json @@ -1,6 +1,6 @@ { "name": "apple_cursor_bitmapper", - "version": "1.2.1", + "version": "1.2.2", "main": "index.js", "scripts": { "render": "yarn ts-node src/index.ts" diff --git a/builder/src/constants.py b/builder/src/constants.py index 6dabf36..e3557db 100644 --- a/builder/src/constants.py +++ b/builder/src/constants.py @@ -29,15 +29,15 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { "crosshair.png": {"xhot": 100, "yhot": 100}, "dnd_no_drop.png": {"xhot": 100, "yhot": 100}, "dotbox.png": {"xhot": 100, "yhot": 100}, - "hand1.png": {"xhot": 94, "yhot": 72}, - "hand2.png": {"xhot": 67, "yhot": 46}, + "hand1.png": {"xhot": 98, "yhot": 66}, + "hand2.png": {"xhot": 69, "yhot": 44}, "left_ptr.png": {"xhot": 53, "yhot": 13}, "left_side.png": {"xhot": 100, "yhot": 100}, "left_tee.png": {"xhot": 100, "yhot": 100}, "link.png": {"xhot": 120, "yhot": 55}, "ll_angle.png": {"xhot": 100, "yhot": 100}, "lr_angle.png": {"xhot": 100, "yhot": 100}, - "move.png": {"xhot": 80, "yhot": 71}, + "move.png": {"xhot": 107, "yhot": 85}, "pencil.png": {"xhot": 81, "yhot": 117}, "plus.png": {"xhot": 98, "yhot": 100}, "question_arrow.png": {"xhot": 99, "yhot": 99}, @@ -53,10 +53,10 @@ X_CURSORS_CFG: Dict[str, Dict[str, int]] = { "top_tee.png": {"xhot": 100, "yhot": 100}, "ul_angle.png": {"xhot": 100, "yhot": 100}, "ur_angle.png": {"xhot": 100, "yhot": 100}, - "vertical-text.png": {"xhot": 96, "yhot": 99}, + "vertical-text.png": {"xhot": 103, "yhot": 99}, "wayland-cursor.png": {"xhot": 100, "yhot": 100}, "X_cursor.png": {"xhot": 100, "yhot": 100}, - "xterm.png": {"xhot": 100, "yhot": 104}, + "xterm.png": {"xhot": 99, "yhot": 103}, "zoom-in.png": {"xhot": 100, "yhot": 100}, "zoom-out.png": {"xhot": 100, "yhot": 100}, ############ diff --git a/svg/animated/wait.svg b/svg/animated/wait.svg index a5f6688..3a4015b 100644 --- a/svg/animated/wait.svg +++ b/svg/animated/wait.svg @@ -1,48 +1,48 @@ - - + + - - - - - - + + + + + + - + - + - - + + - + - + - + - + - + - + diff --git a/svg/static/X_cursor.svg b/svg/static/X_cursor.svg index 315a2f4..9ebee48 100644 --- a/svg/static/X_cursor.svg +++ b/svg/static/X_cursor.svg @@ -1,18 +1,18 @@ - + - + - - - - - + + + + + diff --git a/svg/static/all-scroll.svg b/svg/static/all-scroll.svg index bbbba69..0852d08 100644 --- a/svg/static/all-scroll.svg +++ b/svg/static/all-scroll.svg @@ -1,23 +1,23 @@ - - + + - + - - - - - + + + + + - + diff --git a/svg/static/bottom_left_corner.svg b/svg/static/bottom_left_corner.svg index 4952818..3b120c6 100644 --- a/svg/static/bottom_left_corner.svg +++ b/svg/static/bottom_left_corner.svg @@ -1,18 +1,18 @@ - + - + - - - - - + + + + + diff --git a/svg/static/bottom_right_corner.svg b/svg/static/bottom_right_corner.svg index fd84a64..47e300d 100644 --- a/svg/static/bottom_right_corner.svg +++ b/svg/static/bottom_right_corner.svg @@ -1,18 +1,18 @@ - + - + - - - - - + + + + + diff --git a/svg/static/bottom_tee.svg b/svg/static/bottom_tee.svg index 62ad589..ebc734e 100644 --- a/svg/static/bottom_tee.svg +++ b/svg/static/bottom_tee.svg @@ -1,23 +1,18 @@ - - - - - + + + - + - - - - - + + + + + - - - diff --git a/svg/static/center_ptr.svg b/svg/static/center_ptr.svg index a5aaf43..be14530 100644 --- a/svg/static/center_ptr.svg +++ b/svg/static/center_ptr.svg @@ -1,24 +1,24 @@ - - + + - + - + - + - - - - - + + + + + - + diff --git a/svg/static/context-menu.svg b/svg/static/context-menu.svg index ecd03aa..269eec7 100644 --- a/svg/static/context-menu.svg +++ b/svg/static/context-menu.svg @@ -1,27 +1,22 @@ - - - - - - - - - + + + + + + + - + - - - - - + + + + + - - - diff --git a/svg/static/copy.svg b/svg/static/copy.svg index 11d8618..e4a9fb3 100644 --- a/svg/static/copy.svg +++ b/svg/static/copy.svg @@ -1,51 +1,51 @@ - - - + + + - + - + - + - - + + - + - - + + - + - - + + - + - + diff --git a/svg/static/cross.svg b/svg/static/cross.svg index 0268b4d..14baaeb 100644 --- a/svg/static/cross.svg +++ b/svg/static/cross.svg @@ -1,23 +1,18 @@ - - - - - + + + - + - - - - - + + + + + - - - diff --git a/svg/static/crossed_circle.svg b/svg/static/crossed_circle.svg index be20d24..c841e0d 100644 --- a/svg/static/crossed_circle.svg +++ b/svg/static/crossed_circle.svg @@ -1,39 +1,39 @@ - - - + + + - + - + - - + + - + - - + + - + - + diff --git a/svg/static/crosshair.svg b/svg/static/crosshair.svg index 91cda9b..1aae276 100644 --- a/svg/static/crosshair.svg +++ b/svg/static/crosshair.svg @@ -1,71 +1,71 @@ - + - + - + - + - + - + - + - - - - - + + + + + - + - - - - - + + + + + - + - - - - - + + + + + - + - - - - - + + + + + - + - - - - - + + + + + - + diff --git a/svg/static/dnd_no_drop.svg b/svg/static/dnd_no_drop.svg index 3be7414..d03fe75 100644 --- a/svg/static/dnd_no_drop.svg +++ b/svg/static/dnd_no_drop.svg @@ -1,29 +1,29 @@ - + - + - + - - - - - + + + + + - + - - - - - + + + + + diff --git a/svg/static/dotbox.svg b/svg/static/dotbox.svg index ad6fc52..6e97521 100644 --- a/svg/static/dotbox.svg +++ b/svg/static/dotbox.svg @@ -1,23 +1,23 @@ - - + + - + - - - - - + + + + + - + diff --git a/svg/static/hand1.svg b/svg/static/hand1.svg index 96316ff..4b4a7e0 100644 --- a/svg/static/hand1.svg +++ b/svg/static/hand1.svg @@ -1,26 +1,21 @@ - - - - - - - - + + + + + + - + - - - - - + + + + + - - - diff --git a/svg/static/hand2.svg b/svg/static/hand2.svg index 3ffef23..7627553 100644 --- a/svg/static/hand2.svg +++ b/svg/static/hand2.svg @@ -1,26 +1,21 @@ - - - - - - - - + + + + + + - + - - - - - + + + + + - - - diff --git a/svg/static/left_ptr.svg b/svg/static/left_ptr.svg index ca167e1..91336da 100644 --- a/svg/static/left_ptr.svg +++ b/svg/static/left_ptr.svg @@ -1,24 +1,24 @@ - - + + - + - + - + - - - - - + + + + + - + diff --git a/svg/static/left_side.svg b/svg/static/left_side.svg index 721ed7a..4064136 100644 --- a/svg/static/left_side.svg +++ b/svg/static/left_side.svg @@ -1,22 +1,22 @@ - - + + - + - - - - - + + + + + - + diff --git a/svg/static/left_tee.svg b/svg/static/left_tee.svg index 253f172..e86363a 100644 --- a/svg/static/left_tee.svg +++ b/svg/static/left_tee.svg @@ -1,23 +1,18 @@ - - - - - + + + - + - - - - - + + + + + - - - diff --git a/svg/static/link.svg b/svg/static/link.svg index 431dc8c..e0efdbb 100644 --- a/svg/static/link.svg +++ b/svg/static/link.svg @@ -1,18 +1,18 @@ - + - + - + - - - - - + + + + + diff --git a/svg/static/ll_angle.svg b/svg/static/ll_angle.svg index eafe4c8..bc00429 100644 --- a/svg/static/ll_angle.svg +++ b/svg/static/ll_angle.svg @@ -1,19 +1,19 @@ - + - + - + - - - - - + + + + + diff --git a/svg/static/lr_angle.svg b/svg/static/lr_angle.svg index 6674e4b..808c18b 100644 --- a/svg/static/lr_angle.svg +++ b/svg/static/lr_angle.svg @@ -1,19 +1,19 @@ - + - + - - - - - + + + + + diff --git a/svg/static/move.svg b/svg/static/move.svg index c0e5fc4..aee3e8f 100644 --- a/svg/static/move.svg +++ b/svg/static/move.svg @@ -1,21 +1,21 @@ - - - + + + - - - + + + - + - - - - - + + + + + diff --git a/svg/static/pencil.svg b/svg/static/pencil.svg index e010173..52db031 100644 --- a/svg/static/pencil.svg +++ b/svg/static/pencil.svg @@ -1,23 +1,18 @@ - - - - - + + + - + - - - - - + + + + + - - - diff --git a/svg/static/plus.svg b/svg/static/plus.svg index 11cc849..72c2947 100644 --- a/svg/static/plus.svg +++ b/svg/static/plus.svg @@ -1,20 +1,20 @@ - + - + - - - - - + + + + + diff --git a/svg/static/question_arrow.svg b/svg/static/question_arrow.svg index ba586bc..8c05764 100644 --- a/svg/static/question_arrow.svg +++ b/svg/static/question_arrow.svg @@ -1,20 +1,20 @@ - + - + - - - - - + + + + + diff --git a/svg/static/right_ptr.svg b/svg/static/right_ptr.svg index fb19ae4..6332608 100644 --- a/svg/static/right_ptr.svg +++ b/svg/static/right_ptr.svg @@ -1,25 +1,20 @@ - - - - - - - + + + + + - + - - - - - + + + + + - - - diff --git a/svg/static/right_tee.svg b/svg/static/right_tee.svg index aaf1098..14ad6b8 100644 --- a/svg/static/right_tee.svg +++ b/svg/static/right_tee.svg @@ -1,22 +1,22 @@ - - + + - + - - - - - + + + + + - + diff --git a/svg/static/sb_down_arrow.svg b/svg/static/sb_down_arrow.svg index 1f6d54a..ff9205f 100644 --- a/svg/static/sb_down_arrow.svg +++ b/svg/static/sb_down_arrow.svg @@ -1,22 +1,22 @@ - - + + - + - - - - - + + + + + - + diff --git a/svg/static/sb_h_double_arrow.svg b/svg/static/sb_h_double_arrow.svg index 2a569cb..d9e1ee3 100644 --- a/svg/static/sb_h_double_arrow.svg +++ b/svg/static/sb_h_double_arrow.svg @@ -1,23 +1,18 @@ - - - - - + + + - + - - - - - + + + + + - - - diff --git a/svg/static/sb_left_arrow.svg b/svg/static/sb_left_arrow.svg index 596f04d..0a2f28a 100644 --- a/svg/static/sb_left_arrow.svg +++ b/svg/static/sb_left_arrow.svg @@ -1,23 +1,18 @@ - - - - - + + + - + - - - - - + + + + + - - - diff --git a/svg/static/sb_right_arrow.svg b/svg/static/sb_right_arrow.svg index f68b7f6..e1766e0 100644 --- a/svg/static/sb_right_arrow.svg +++ b/svg/static/sb_right_arrow.svg @@ -1,18 +1,18 @@ - + - + - - - - - + + + + + diff --git a/svg/static/sb_up_arrow.svg b/svg/static/sb_up_arrow.svg index 5336647..a2f95e7 100644 --- a/svg/static/sb_up_arrow.svg +++ b/svg/static/sb_up_arrow.svg @@ -1,18 +1,18 @@ - + - + - - - - - + + + + + diff --git a/svg/static/sb_v_double_arrow.svg b/svg/static/sb_v_double_arrow.svg index 495c44f..29c1121 100644 --- a/svg/static/sb_v_double_arrow.svg +++ b/svg/static/sb_v_double_arrow.svg @@ -1,22 +1,22 @@ - - + + - + - - - - - + + + + + - + diff --git a/svg/static/top_side.svg b/svg/static/top_side.svg index 36c15b9..bbe7be9 100644 --- a/svg/static/top_side.svg +++ b/svg/static/top_side.svg @@ -1,22 +1,22 @@ - - + + - + - - - - - + + + + + - + diff --git a/svg/static/top_tee.svg b/svg/static/top_tee.svg index 7fdfba1..4bb83c4 100644 --- a/svg/static/top_tee.svg +++ b/svg/static/top_tee.svg @@ -1,22 +1,22 @@ - - + + - + - - - - - + + + + + - + diff --git a/svg/static/ul_angle.svg b/svg/static/ul_angle.svg index 4da8492..4494d2a 100644 --- a/svg/static/ul_angle.svg +++ b/svg/static/ul_angle.svg @@ -1,18 +1,18 @@ - + - + - - - - - + + + + + diff --git a/svg/static/ur_angle.svg b/svg/static/ur_angle.svg index ffb38d0..9114fd4 100644 --- a/svg/static/ur_angle.svg +++ b/svg/static/ur_angle.svg @@ -1,18 +1,18 @@ - + - + - - - - - + + + + + diff --git a/svg/static/vertical-text.svg b/svg/static/vertical-text.svg index 0c93835..f1c88c3 100644 --- a/svg/static/vertical-text.svg +++ b/svg/static/vertical-text.svg @@ -1,24 +1,19 @@ - - - - - - + + + + - + - - - - - + + + + + - - - diff --git a/svg/static/wayland-cursor.svg b/svg/static/wayland-cursor.svg index e1214de..775bef8 100644 --- a/svg/static/wayland-cursor.svg +++ b/svg/static/wayland-cursor.svg @@ -1,23 +1,18 @@ - - - - - + + + - + - - - - - + + + + + - - - diff --git a/svg/static/xterm.svg b/svg/static/xterm.svg index b9dcde7..4363da1 100644 --- a/svg/static/xterm.svg +++ b/svg/static/xterm.svg @@ -1,24 +1,19 @@ - - - - - - + + + + - + - - - - - + + + + + - - - diff --git a/svg/static/zoom-in.svg b/svg/static/zoom-in.svg index a0cce9d..bfb4a94 100644 --- a/svg/static/zoom-in.svg +++ b/svg/static/zoom-in.svg @@ -1,38 +1,33 @@ - + + - - - - - - - - - + + + + + + - + - - - - - + + + + + - + - - - - - + + + + + - - - diff --git a/svg/static/zoom-out.svg b/svg/static/zoom-out.svg index b3ae269..ad195c1 100644 --- a/svg/static/zoom-out.svg +++ b/svg/static/zoom-out.svg @@ -1,37 +1,32 @@ - + + - - - - - - - - + + + + + - + - - - - - + + + + + - + - - - - - + + + + + - - -