Merge pull request #110 from ful1e5/dev

feat: Add cursor top_left_arrow cursor
This commit is contained in:
Kaiz Khatri 2021-12-31 15:32:56 +05:30 committed by GitHub
commit 960ceeb94b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 1 deletions

View file

@ -6,12 +6,14 @@ on:
- "**.md" - "**.md"
- "**.bbcode" - "**.bbcode"
- LICENSE - LICENSE
- .github/FUNDING.yml
branches: [main, dev] branches: [main, dev]
pull_request: pull_request:
paths-ignore: paths-ignore:
- "**.md" - "**.md"
- "**.bbcode" - "**.bbcode"
- LICENSE - LICENSE
- .github/FUNDING.yml
branches: [main] branches: [main]
jobs: jobs:

View file

@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- symlink common cursor svg files using `svg/link.py` - symlink common cursor svg files using `svg/link.py`
- ci updated for symlink script - ci updated for symlink script
- distributed artifacts inside `build` GitHub actions - distributed artifacts inside `build` GitHub actions
- Add cursor top_left_arrow cursor ful1e5/BreezeX_Cursor#10 ful1e5/BreezeX_Cursor#11
### Changed ### Changed

View file

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