diff options
| author | Andreas Grois <andi@grois.info> | 2021-04-22 20:44:06 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-04-22 20:44:06 +0200 |
| commit | 7e190c3aafd7b7c14af126368f8c35ef150bbf54 (patch) | |
| tree | 0e0b326903961c030247eb3045b3b4d5e8f4a923 /testconfig | |
| parent | d380bfdba3a01eeb5647600b1939bbd68741e768 (diff) | |
Change format for clock refresh rate once more.
It's now optional again, but needs its own block.
Diffstat (limited to 'testconfig')
| -rw-r--r-- | testconfig | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -6,11 +6,13 @@ Plugin = "ClockPlugin" [Elements.Config] Format = "%+" -UTCSyncedUpdatesPerThirtyMinutes = 1800 [[Elements]] Plugin = "ClockPlugin" [Elements.Config] Format = "%+" -UnsyncedEverySeconds = 10.0 + +[Elements.Config.RefreshRate] +Synchronization = "UTCSynchronized" +PerThirtyMinutes = 3600 |
