Add missing documentation for the "target" option of the

PulseAudio-Slider module.
This commit is contained in:
finitemonkey
2026-05-17 08:43:46 +01:00
parent 05945748dc
commit 23e635acf8
+6
View File
@@ -22,6 +22,12 @@ The volume can be controlled by dragging the slider across the bar or clicking o
default: 100 ++
The maximum volume value the slider should display and set.
*target*: ++
typeof: string ++
default: sink ++
Whether the slider will control the default audio source or default audio sink. ++
Valid values are either "sink" or "source".
*orientation*: ++
typeof: string ++
default: horizontal ++