Commit graph

5 commits

Author SHA1 Message Date
streetturtle
14d74c51a9
Merge pull request #397 from maciejjan/pactl-widget-nonenglish-locale
Make the pactl-widget work with non-English locale
2023-11-19 14:19:32 -05:00
pingarelho
4768d48a3b Fix documentation inconsistencies (mainly tables) 2023-09-20 23:01:55 +01:00
Maciej Janicki
01daaf8d58 Make the pactl-widget work with non-English locale 2023-03-14 23:16:18 +02:00
nekotxs
d1c59a6bd0 Added displaying volume in tooltip 2023-02-08 03:49:50 +07:00
Stefan Huber
81d725fe84 pactl: A new volume widget using pactl only
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.
2023-01-18 07:59:53 +01:00