Skip to content

Commit

Permalink
feat: Redesign hands cursor for bibata-*-right cursors
Browse files Browse the repository at this point in the history
Related to #112
  • Loading branch information
ful1e5 committed Mar 12, 2024
1 parent ad12f44 commit ae82b56
Show file tree
Hide file tree
Showing 607 changed files with 1,309 additions and 1,119 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### What's New?

- Redesign hands cursor for `bibata-*-right` cursors (Related to #112)
- Attach version meta-data inside cursor packages

### Issues Fixes
Expand Down
28 changes: 14 additions & 14 deletions build.right.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,27 +98,27 @@ x11_name = 'crosshair'

[cursors.dnd_no_drop]
png = 'dnd_no_drop.png'
x_hotspot = 100
y_hotspot = 65
x_hotspot = 156
y_hotspot = 68
x11_name = 'dnd_no_drop'
x11_symlinks = ["no-drop"]

[cursors.dnd-ask]
png = 'dnd-ask.png'
x_hotspot = 100
y_hotspot = 65
x_hotspot = 156
y_hotspot = 68
x11_name = 'dnd-ask'

[cursors.dnd-copy]
png = 'dnd-copy.png'
x_hotspot = 100
y_hotspot = 65
x_hotspot = 156
y_hotspot = 68
x11_name = 'dnd-copy'

[cursors.dnd-link]
png = 'dnd-link.png'
x_hotspot = 100
y_hotspot = 65
x_hotspot = 156
y_hotspot = 68
x11_name = 'dnd-link'
x11_symlinks = ['alias']

Expand All @@ -135,8 +135,8 @@ x11_symlinks = ["fcf1c3c7cd4491d801f1e1c78f100000", "nesw-resize", "size_bdiag"]

[cursors.grabbing]
png = 'grabbing.png'
x_hotspot = 128
y_hotspot = 66
x_hotspot = 112
y_hotspot = 64
win_name = 'Grabbing'
x11_name = 'grabbing'
x11_symlinks = [
Expand All @@ -148,16 +148,16 @@ x11_symlinks = [

[cursors.hand1]
png = 'hand1.png'
x_hotspot = 144
y_hotspot = 79
x_hotspot = 97
y_hotspot = 80
win_name = 'Pan'
x11_name = 'hand1'
x11_symlinks = ["grab", "openhand"]

[cursors.hand2]
png = 'hand2.png'
x_hotspot = 114
y_hotspot = 18
x_hotspot = 138
y_hotspot = 14
win_name = 'Link'
x11_name = 'hand2'
x11_symlinks = [
Expand Down
24 changes: 24 additions & 0 deletions svg/groups/hand-right/dnd-ask.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions svg/groups/hand-right/dnd-copy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions svg/groups/hand-right/dnd-link.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions svg/groups/hand-right/dnd_no_drop.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions svg/groups/hand-right/grabbing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions svg/groups/hand-right/hand1.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions svg/groups/hand-right/hand2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

1 comment on commit ae82b56

@stanio
Copy link
Contributor

@stanio stanio commented on ae82b56 Mar 13, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hand-right/dnd-ask.svg looks funny with the "?" (question mark) mirrored:

hand-right/dnd-ask.svg

Please sign in to comment.