File tree 6 files changed +99
-44
lines changed
6 files changed +99
-44
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
19
19
### What's New?
20
20
21
21
- feat: Redesign all cursor to latest macOS (Related to #95 )
22
+ - feat: Added ` Person ` and ` Pin ` cursors for Windows
22
23
- Official Distributing ` 16 ` and ` 20 ` XCursors
23
24
- README.md: AUR docs added #91
24
25
- Attach version meta-data inside cursor packages
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ x11_symlinks = ["down-arrow"]
261
261
[cursors .sb_h_double_arrow ]
262
262
png = ' sb_h_double_arrow.png'
263
263
x11_name = ' sb_h_double_arrow'
264
- win_name = ' Horizontal '
264
+ win_name = ' Horz '
265
265
x11_symlinks = [
266
266
" 028006030e0e7ebffc7f7070c0600140" ,
267
267
" 14fef782d02440884392942c1120523" ,
@@ -297,7 +297,7 @@ x11_symlinks = ["up-arrow"]
297
297
[cursors .sb_v_double_arrow ]
298
298
png = ' sb_v_double_arrow.png'
299
299
x11_name = ' sb_v_double_arrow'
300
- win_name = ' Vertical '
300
+ win_name = ' Vert '
301
301
x11_symlinks = [
302
302
" 00008160000006810000408080010102" ,
303
303
" 2870a09082c103050810ffdffffe0204" ,
@@ -375,3 +375,15 @@ x_hotspot = 99
375
375
y_hotspot = 98
376
376
x11_name = ' zoom-out'
377
377
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'
You can’t perform that action at this time.
0 commit comments