Skip to content

Commit

Permalink
feat: Support Person and Pin cursor for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Apr 6, 2024
1 parent 079e4d8 commit 1a55711
Show file tree
Hide file tree
Showing 6 changed files with 99 additions and 44 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### What's New?

- feat: Redesign all cursor to latest macOS (Related to #95)
- feat: Added `Person` and `Pin` cursors for Windows
- Official Distributing `16` and `20` XCursors
- README.md: AUR docs added #91
- Attach version meta-data inside cursor packages
Expand Down
16 changes: 14 additions & 2 deletions build.toml
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ x11_symlinks = ["down-arrow"]
[cursors.sb_h_double_arrow]
png = 'sb_h_double_arrow.png'
x11_name = 'sb_h_double_arrow'
win_name = 'Horizontal'
win_name = 'Horz'
x11_symlinks = [
"028006030e0e7ebffc7f7070c0600140",
"14fef782d02440884392942c1120523",
Expand Down Expand Up @@ -297,7 +297,7 @@ x11_symlinks = ["up-arrow"]
[cursors.sb_v_double_arrow]
png = 'sb_v_double_arrow.png'
x11_name = 'sb_v_double_arrow'
win_name = 'Vertical'
win_name = 'Vert'
x11_symlinks = [
"00008160000006810000408080010102",
"2870a09082c103050810ffdffffe0204",
Expand Down Expand Up @@ -375,3 +375,15 @@ x_hotspot = 99
y_hotspot = 98
x11_name = 'zoom-out'
win_name = 'Zoom-out'

[cursors.person]
png = 'person.png'
x_hotspot = 56
y_hotspot = 17
win_name = 'Person'

[cursors.pin]
png = 'pin.png'
x_hotspot = 56
y_hotspot = 17
win_name = 'Pin'
31 changes: 9 additions & 22 deletions svg/copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
27 changes: 7 additions & 20 deletions svg/crossed_circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
40 changes: 40 additions & 0 deletions svg/person.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions svg/pin.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1a55711

Please sign in to comment.