diff --git a/CHANGELOG.md b/CHANGELOG.md index 18bb25c..fb219a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/build.toml b/build.toml index dc9c2e8..7a21120 100644 --- a/build.toml +++ b/build.toml @@ -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", @@ -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", @@ -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' diff --git a/svg/copy.svg b/svg/copy.svg index c9ae067..c8c5dcd 100644 --- a/svg/copy.svg +++ b/svg/copy.svg @@ -1,19 +1,16 @@ - + - + - - + + - - - - + - + @@ -23,7 +20,7 @@ - + @@ -32,22 +29,12 @@ - - - - - - - - - - - + - + diff --git a/svg/crossed_circle.svg b/svg/crossed_circle.svg index 62d62b9..1f9d3dc 100644 --- a/svg/crossed_circle.svg +++ b/svg/crossed_circle.svg @@ -1,26 +1,13 @@ - + - + - - - - - + + - - - - - - - - - - - + @@ -30,12 +17,12 @@ - + - + diff --git a/svg/person.svg b/svg/person.svg new file mode 100644 index 0000000..f60b4d8 --- /dev/null +++ b/svg/person.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg/pin.svg b/svg/pin.svg new file mode 100644 index 0000000..ed8dba3 --- /dev/null +++ b/svg/pin.svg @@ -0,0 +1,28 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + +