mirror of
https://github.com/ful1e5/Bibata_Cursor.git
synced 2025-05-28 14:04:22 -04:00
Merge pull request #110 from ful1e5/dev
feat: Add cursor top_left_arrow cursor
This commit is contained in:
commit
960ceeb94b
3 changed files with 11 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue