diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bebc118f..5aaa4c0a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,12 +6,14 @@ on: - "**.md" - "**.bbcode" - LICENSE + - .github/FUNDING.yml branches: [main, dev] pull_request: paths-ignore: - "**.md" - "**.bbcode" - LICENSE + - .github/FUNDING.yml branches: [main] jobs: diff --git a/CHANGELOG.md b/CHANGELOG.md index 58616002..80f5f3c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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` - ci updated for symlink script - distributed artifacts inside `build` GitHub actions +- Add cursor top_left_arrow cursor ful1e5/BreezeX_Cursor#10 ful1e5/BreezeX_Cursor#11 ### Changed diff --git a/builder/src/symlinks.py b/builder/src/symlinks.py index 3cf7b7cf..1e26d142 100644 --- a/builder/src/symlinks.py +++ b/builder/src/symlinks.py @@ -92,7 +92,14 @@ def add_missing_xcursor(directory: Union[str, Path]) -> None: "pointing_hand", ], }, - {"src": "left_ptr", "links": ["arrow", "default"]}, + { + "src": "left_ptr", + "links": [ + "arrow", + "default", + "top_left_arrow", + ], + }, { "src": "left_ptr_watch", "links": [