diff options
| author | Andreas Grois <andi@grois.info> | 2024-02-10 16:21:25 +0100 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2024-02-10 16:21:25 +0100 |
| commit | 0065710c649a5ab930a5ee2592a5c00225d1e2ef (patch) | |
| tree | 8c3bd481f2789c894155eaa08a4c28f904b8d6e0 /testconfig | |
| parent | 2ba803bf9be842b66fe376c506e6ea842eb73205 (diff) | |
First kinda working ALSA volume display
Diffstat (limited to 'testconfig')
| -rw-r--r-- | testconfig | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 |
