Merge pull request #5049 from finitemonkey/fix-missing-docs

Add missing documentation for the "target" option of the PulseAudio-Slider module.
This commit is contained in:
Alexis Rouillard
2026-07-04 00:39:18 +02:00
committed by GitHub
+6
View File
@@ -22,6 +22,12 @@ The volume can be controlled by dragging the slider across the bar or clicking o
default: 100 ++ default: 100 ++
The maximum volume value the slider should display and set. 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*: ++ *orientation*: ++
typeof: string ++ typeof: string ++
default: horizontal ++ default: horizontal ++