mirror of
https://github.com/virtcode/hypr-dynamic-cursors
synced 2025-09-19 08:03:21 +02:00
feat: aquamarine support
This commit is contained in:
parent
f0409be765
commit
921bb9d153
11 changed files with 105 additions and 395 deletions
|
@ -38,7 +38,7 @@ This plugin is still very early in its development. There are also multiple thin
|
|||
- [ ] pendulum simulation
|
||||
- [X] per-shape length and starting angle (if possible)
|
||||
- [X] cursor shake to find
|
||||
- [ ] overdue refactoring (wait for aquamarine merge)
|
||||
- [X] overdue refactoring (wait for aquamarine merge)
|
||||
- [ ] ~~inverted cursor?~~ (i think out of scope here, but see the [inverted branch](https://github.com/VirtCode/hypr-dynamic-cursors/tree/inverted))
|
||||
- [ ] hyprcursor magified shape
|
||||
|
||||
|
@ -57,8 +57,6 @@ hyprpm add https://github.com/virtcode/hypr-dynamic-cursors
|
|||
hyprpm enable dynamic-cursors
|
||||
```
|
||||
|
||||
Compatibility with other plugins is not guaranteed. It probably should work with most plugins, unless they also change your cursor's behaviour. It will however work with any cursor theme.
|
||||
|
||||
### NixOS
|
||||
|
||||
Add this flake to your inputs, note that using a mismatched/unsupported Hyprland release will fail to build or load the plugin:
|
||||
|
@ -228,6 +226,11 @@ To rotate the cursor smoothly, the cursor shape needs to be changed quite often.
|
|||
|
||||
If you have any ideas to improve performance, let me know!
|
||||
|
||||
## compatibility
|
||||
Compatibility with other plugins is not guaranteed. It probably should work with most plugins, unless they also change your cursor's behaviour. It will however work with any cursor theme.
|
||||
|
||||
Also, this plugin won't work if your hardware cusors rely on `cursor:allow_dumb_copy = true`, which is probably the case if you are on nvidia. You'll probably have to wait until hardware cursors are correctly supported on Hyprland.
|
||||
|
||||
## development
|
||||
To work on this plugin, you can clone this repository and use the Makefile to build it. I suggest opening a nested Hyprland session, and loading the plugin there:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue