Skip to content

Commit

Permalink
Merge pull request #65 from ful1e5/dev
Browse files Browse the repository at this point in the history
v1.2.2 🎊
  • Loading branch information
ful1e5 authored Oct 31, 2021
2 parents d75fadd + 4e2af28 commit 54ec9fa
Show file tree
Hide file tree
Showing 48 changed files with 493 additions and 550 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
18 changes: 11 additions & 7 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ clean:

render: bitmapper svg
@cd bitmapper && $(MAKE)

build: bitmaps
@cd builder && make build

Expand Down Expand Up @@ -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 ..
@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.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;)
@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 ..
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</p>

<p align="center">
🍎 macOS Cursor Theme
🍎 Naked macOS Cursors
</p>

<!-- Badges -->
Expand Down Expand Up @@ -122,13 +122,13 @@ sudo mv macOSBigSur /usr/share/icons/
<!-- Preview -->

<p align="center">
<img title="macOSBigSur" src="https://imgur.com/JWdEEmD.png">
<img title="macOSBigSur" src="https://imgur.com/Q022eSp.png">
</br>
<sub>macOSBigSur Cursors 🍎</sub>
</p>

<p align="center">
<img title="macOSBigSur White" src="https://imgur.com/isFs6UM.png">
<img title="macOSBigSur White" src="https://imgur.com/SFVR945.png">
</br>
<sub>macOSBigSur White Cursors 🍎</sub>
</p>
Expand Down
2 changes: 1 addition & 1 deletion bitmapper/package.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
10 changes: 5 additions & 5 deletions builder/src/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@
"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},
Expand All @@ -53,10 +53,10 @@
"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},
############
Expand Down
36 changes: 18 additions & 18 deletions svg/animated/wait.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions svg/static/X_cursor.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 9 additions & 9 deletions svg/static/all-scroll.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions svg/static/bottom_left_corner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 7 additions & 7 deletions svg/static/bottom_right_corner.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 54ec9fa

Please sign in to comment.