summaryrefslogtreecommitdiff
path: root/pactl-widget
AgeCommit message (Collapse)Author
2023-01-18pactl: A new volume widget using pactl onlyStefan Huber
Add a new volume widget that is using pactl only for controlling volume and selecting sources and sinks. It therefore works with PulseAudio or PipeWire as backend, unlike the original Volume widget. The code is split as follows: - volume.lua contains the UI logic - pactl.lua contains the pactl interfacing and output parsing - utils.lua contains some shared helper routines It is heavily based on the original Volume code and supports the same configuration options and uses the same widget code.