From 0065710c649a5ab930a5ee2592a5c00225d1e2ef Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sat, 10 Feb 2024 16:21:25 +0100 Subject: First kinda working ALSA volume display --- testconfig | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'testconfig') 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 -- cgit v1.2.3