Skip to content

Commit 1a55711

Browse files
committed
feat: Support Person and Pin cursor for Windows
1 parent 079e4d8 commit 1a55711

File tree

6 files changed

+99
-44
lines changed

6 files changed

+99
-44
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919
### What's New?
2020

2121
- feat: Redesign all cursor to latest macOS (Related to #95)
22+
- feat: Added `Person` and `Pin` cursors for Windows
2223
- Official Distributing `16` and `20` XCursors
2324
- README.md: AUR docs added #91
2425
- Attach version meta-data inside cursor packages

build.toml

+14-2
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ x11_symlinks = ["down-arrow"]
261261
[cursors.sb_h_double_arrow]
262262
png = 'sb_h_double_arrow.png'
263263
x11_name = 'sb_h_double_arrow'
264-
win_name = 'Horizontal'
264+
win_name = 'Horz'
265265
x11_symlinks = [
266266
"028006030e0e7ebffc7f7070c0600140",
267267
"14fef782d02440884392942c1120523",
@@ -297,7 +297,7 @@ x11_symlinks = ["up-arrow"]
297297
[cursors.sb_v_double_arrow]
298298
png = 'sb_v_double_arrow.png'
299299
x11_name = 'sb_v_double_arrow'
300-
win_name = 'Vertical'
300+
win_name = 'Vert'
301301
x11_symlinks = [
302302
"00008160000006810000408080010102",
303303
"2870a09082c103050810ffdffffe0204",
@@ -375,3 +375,15 @@ x_hotspot = 99
375375
y_hotspot = 98
376376
x11_name = 'zoom-out'
377377
win_name = 'Zoom-out'
378+
379+
[cursors.person]
380+
png = 'person.png'
381+
x_hotspot = 56
382+
y_hotspot = 17
383+
win_name = 'Person'
384+
385+
[cursors.pin]
386+
png = 'pin.png'
387+
x_hotspot = 56
388+
y_hotspot = 17
389+
win_name = 'Pin'

svg/copy.svg

+9-22
Loading

svg/crossed_circle.svg

+7-20
Loading

svg/person.svg

+40
Loading

svg/pin.svg

+28
Loading

0 commit comments

Comments
 (0)