modules: add pulse

The pulse module shows information about PulseAudio sinks and sources.
This commit is contained in:
Willem van de Krol 2022-07-28 17:20:30 +02:00
parent 54c70bb6ad
commit dcf21f0b06
15 changed files with 653 additions and 7 deletions

View file

@ -27,7 +27,8 @@
* network: request link stats and expose under tags `dl-speed` and
`ul-speed` when `poll-interval` is set.
* new module: disk-io.
* alsa: `dB` tag ([#202][202])
* new module: pulse ([#223][223]).
* alsa: `dB` tag ([#202][202]).
* mpd: `file` tag ([#219][219]).
* on-click: support `next`/`previous` mouse buttons ([#228][228]).
@ -36,6 +37,7 @@
[200]: https://codeberg.org/dnkl/yambar/issues/200
[202]: https://codeberg.org/dnkl/yambar/issues/202
[219]: https://codeberg.org/dnkl/yambar/pulls/219
[223]: https://codeberg.org/dnkl/yambar/pulls/223
[228]: https://codeberg.org/dnkl/yambar/pulls/228