JakeStanger / ironbar

Customisable Wayland gtk bar written in Rust.
https://crates.io/crates/ironbar
MIT License
556 stars 47 forks source link

Add on_click_left and on_click_right to volume widget #725

Closed henriqpsantos closed 2 weeks ago

henriqpsantos commented 3 weeks ago

Is your feature request related to a problem? Please describe. Currently the Volume widget only allows for the ironbar default popup to be displayed, and to use an alternative (such as a pavucontrol scratchpad) requires the reimplementation of the widget.

Describe the solution you'd like I'd like the on_click_left and on_click_right to be added, such that the tooltip/widget that is displayed can be replaced with a gui option such as pavucontrol.

Describe alternatives you've considered Creating the volume widget myself and configuring it from there. But this seems like overkill for what is essentially 2 additional options.

JakeStanger commented 2 weeks ago

This will be implemented, but closing as this is a duplicate of #692.