aboutsummaryrefslogtreecommitdiff
path: root/testconfig
diff options
context:
space:
mode:
Diffstat (limited to 'testconfig')
-rw-r--r--testconfig24
1 files changed, 24 insertions, 0 deletions
diff --git a/testconfig b/testconfig
index 1d668fe..66530d9 100644
--- a/testconfig
+++ b/testconfig
@@ -47,3 +47,27 @@ UnmuteSymbol = "🔊"
[Element.General]
BeforeText = ""
AfterText = ""
+
+[[Element]]
+Plugin = "AlsaVolume"
+
+[Element.Config]
+device = [100, 101, 102, 97, 117, 108, 116]
+element = [77, 97, 115, 116, 101, 114]
+abstraction = "None"
+sorting = "MuteVolume"
+
+[Element.Config.mute]
+Format = "Symbol"
+Label = ""
+MuteSymbol = "🔇"
+UnmuteSymbol = "🔊"
+
+[Element.Config.volume]
+Format = "Numeric"
+Label = " "
+DecimalDigits = 0
+
+[Element.General]
+BeforeText = ""
+AfterText = "" \ No newline at end of file