aboutsummaryrefslogtreecommitdiff
path: root/testconfig
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2024-02-10 16:21:25 +0100
committerAndreas Grois <andi@grois.info>2024-02-10 16:21:25 +0100
commit0065710c649a5ab930a5ee2592a5c00225d1e2ef (patch)
tree8c3bd481f2789c894155eaa08a4c28f904b8d6e0 /testconfig
parent2ba803bf9be842b66fe376c506e6ea842eb73205 (diff)
First kinda working ALSA volume display
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