Skip to content
This repository has been archived by the owner on Oct 2, 2022. It is now read-only.

Commit

Permalink
Add symlink for top_left_arrow cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
ful1e5 committed Dec 29, 2021
1 parent 109f4bd commit e0b22c0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- support creator with liberapay
- sponsorships updated
- Add symlink for `top_left_arrow` cursor ful1e5/BreezeX_Cursor#10 ful1e5/BreezeX_Cursor#11

### Changed

Expand Down
9 changes: 8 additions & 1 deletion builder/src/symlinks.py
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
Expand Down

0 comments on commit e0b22c0

Please sign in to comment.