aboutsummaryrefslogtreecommitdiff
path: root/testconfig
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-11-28 23:08:50 +0100
committerAndreas Grois <andi@grois.info>2021-11-28 23:09:09 +0100
commita0457a3d4dcbf1060dbad850a915a3466575f665 (patch)
tree644b1d789f85a6976812ef04ca71f4819ec6fbfb /testconfig
parentccfe9a7893c54c65246963ee27be31a13d3c2e92 (diff)
Implement working binning and sorting for pulse audio.
Diffstat (limited to 'testconfig')
-rw-r--r--testconfig14
1 files changed, 12 insertions, 2 deletions
diff --git a/testconfig b/testconfig
index 2aa5f66..cc0468d 100644
--- a/testconfig
+++ b/testconfig
@@ -17,23 +17,33 @@ AfterText = ""
[[Element]]
Plugin = "PulseVolume"
+
+[Element.Config]
+Sorting = "MuteVolumeBalance"
+
[Element.Config.Sink]
Sink = "Default"
[Element.Config.Volume]
Format = "Numeric"
Label = ""
-DecimalDigits = 2
+DecimalDigits = 1
[Element.Config.Balance]
Format = "Binned"
-Label = "Balance"
+Label = " "
[Element.Config.Balance.PercentToSymbolMap]
-100 = "Ooo"
-10 = "oOo"
10 = "ooO"
+[Element.Config.Mute]
+Format = "Symbol"
+label = ""
+mute_symbol = "🔇"
+unmute_symbol = "🔊"
+
[Element.General]
BeforeText = ""
AfterText = ""