VirtCode / hypr-dynamic-cursors

a plugin to make your hyprland cursor more realistic, also adds shake to find
MIT License
72 stars 1 forks source link

grow around hotspot #5

Closed Jappie3 closed 1 week ago

Jappie3 commented 1 week ago

This is very much a nitpick, but is it possible to, when shaking the cursor, make it grow around the hotspot? The way it is currently implemented works for the default right-handed pointer cursor (since it has the hotspot in the top left), but the crosshair shape used in gimp or the text shape get larger in the bottom-right direction, offsetting the hotspot (again, very much a nitpick).

Example: the pixel in the top left is the actual position of my cursor, while the crosshair grew to the bottom right

image

VirtCode commented 1 week ago

did you try the latest commit? thought I fixed that yesterday (https://github.com/VirtCode/hypr-dynamic-cursors/commit/80750df211d2188033a410af07f12e7f48549d96)

Jappie3 commented 1 week ago

that fixes the problem, seems I was too hasty - thanks :)