mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-17 00:24:46 -04:00
📦 Build Logs & missing cursors
This commit is contained in:
parent
a562552838
commit
420197b950
3 changed files with 50 additions and 11 deletions
|
@ -101,7 +101,11 @@ WIN_CURSORS_CFG: Dict[str, Dict[str, str]] = {
|
|||
"xterm.png": {"to": "IBeam", "position": "top_left"},
|
||||
"hand2.png": {"to": "Link", "position": "top_left"},
|
||||
"hand1.png": {"to": "Move"},
|
||||
"circle.png": {"to": "Unavailiable", "position": "top_left", "size": (32, 32)},
|
||||
"crossed_circle.png": {
|
||||
"to": "Unavailiable",
|
||||
"position": "top_left",
|
||||
"size": (32, 32),
|
||||
},
|
||||
"sb_v_double_arrow.png": {"to": "Vertical"},
|
||||
#
|
||||
# Animated
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue