Skip to content

[Feature Request] Add Mousewheel Action, similar to click Acton

Hi, would it be possible to get something like <mouseWheelUp> and <mouseWheelDown> similar to how the <txtclick> Tag works?

This would enable stuff like <txt>${song}</txt><txtclick>playerctl play-pause</txtclick><mouseWheelUp>playerctl volume 0.1+</mouseWheelUp><mouseWheelDown>playerctl volume 0.1-</mouseWheelDown> putting a mini musik player on your task bar where you can play/pause and scroll the volume

Thanks in advance!