Add cursor top_left_arrow BreezeX_Cursor#10 BreezeX_Cursor#11

This commit is contained in:
ful1e5 2021-12-25 15:15:25 +05:30
parent 0d8a8300e4
commit 550fdf98ca
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -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": [