diff options
| author | Andreas Grois <andi@grois.info> | 2021-05-02 19:37:40 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-05-02 19:37:40 +0200 |
| commit | 2664e8443069fb25cd31afdef1e55bc18f052bfe (patch) | |
| tree | eb5525c8f2ffe7f496728586bf95b1be4ace69da /testconfig | |
| parent | e1f0525e4e1dcf674aa7489042a06b7c7d671a2a (diff) | |
Create a pulse context. Seems to be working.
Diffstat (limited to 'testconfig')
| -rw-r--r-- | testconfig | 24 |
1 files changed, 22 insertions, 2 deletions
@@ -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 = "" |
