From 2664e8443069fb25cd31afdef1e55bc18f052bfe Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Sun, 2 May 2021 19:37:40 +0200 Subject: Create a pulse context. Seems to be working. --- testconfig | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) (limited to 'testconfig') diff --git a/testconfig b/testconfig index 89c9dcf..7a79af6 100644 --- a/testconfig +++ b/testconfig @@ -5,8 +5,28 @@ separator = ", " Plugin = "ClockPlugin" [Element.Config] -Format = "%+" +Format = "%R" [Element.Config.RefreshRate] Synchronization = "UtcSynchronized" -PerThirtyMinutes = 1800 +PerThirtyMinutes = 1800 + +[Element.General] +BeforeText = "" +AfterText = "" + +[[Element]] +Plugin = "PulseVolume" +[Element.Config.Sink] +Sink = "Default" + +[Element.Config.Volume] +Format = "Numeric" +label = "" + +[Element.Config.Balance] +Format = "Off" + +[Element.General] +BeforeText = "" +AfterText = "" -- cgit v1.2.3