mirror of
https://github.com/ful1e5/apple_cursor.git
synced 2025-05-13 14:44:45 -04:00
Add cursor top_left_arrow BreezeX_Cursor#10 BreezeX_Cursor#11
This commit is contained in:
parent
0d8a8300e4
commit
550fdf98ca
2 changed files with 9 additions and 1 deletions
|
@ -10,6 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- `svg/*.py` module support inside `pyright` config
|
- `svg/*.py` module support inside `pyright` config
|
||||||
|
- Add cursor top_left_arrow BreezeX_Cursor#10 BreezeX_Cursor#11
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
|
|
@ -75,7 +75,14 @@ def add_missing_xcursor(directory: Union[str, Path]) -> None:
|
||||||
"pointing_hand",
|
"pointing_hand",
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{"src": "left_ptr", "links": ["arrow", "default"]},
|
{
|
||||||
|
"src": "left_ptr",
|
||||||
|
"links": [
|
||||||
|
"arrow",
|
||||||
|
"default",
|
||||||
|
"top_left_arrow",
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"src": "left_ptr_watch",
|
"src": "left_ptr_watch",
|
||||||
"links": [
|
"links": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue