elParaguayo / qtile-extras

Somewhere to store things I create for qtile that probably won't end up in the official repo
MIT License
163 stars 19 forks source link

Add basic drag functionality to Slider and CircularProgress controls #333

Closed elParaguayo closed 4 months ago

elParaguayo commented 5 months ago

Clicking and dragging on these controls will result in the value being updated. An optional callback, drag_callback, will be called with the new value when the mouse button is released.