blob: 7a79af6bde8e6dec90b7a73cc1f9935e6a32970d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
[Settings]
separator = ", "
[[Element]]
Plugin = "ClockPlugin"
[Element.Config]
Format = "%R"
[Element.Config.RefreshRate]
Synchronization = "UtcSynchronized"
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 = ""
|