diff options
| author | Andreas Grois <andi@grois.info> | 2021-04-22 20:54:07 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-04-22 20:54:07 +0200 |
| commit | 88d6813b7fdfeb9611d1803d7499323eed276929 (patch) | |
| tree | aeada49b27704523d60d3ba23113202eeda7c3af /testconfig | |
| parent | 7e190c3aafd7b7c14af126368f8c35ef150bbf54 (diff) | |
Rename "elements" in config to "element" to make config readable
Diffstat (limited to 'testconfig')
| -rw-r--r-- | testconfig | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,18 +1,18 @@ [Settings] separator = ", " -[[Elements]] +[[Element]] Plugin = "ClockPlugin" -[Elements.Config] +[Element.Config] Format = "%+" -[[Elements]] +[[Element]] Plugin = "ClockPlugin" -[Elements.Config] +[Element.Config] Format = "%+" -[Elements.Config.RefreshRate] +[Element.Config.RefreshRate] Synchronization = "UTCSynchronized" PerThirtyMinutes = 3600 |
