From a0457a3d4dcbf1060dbad850a915a3466575f665 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 28 Nov 2021 23:08:50 +0100 Subject: Implement working binning and sorting for pulse audio. --- testconfig | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'testconfig') 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 = "" -- cgit v1.2.3