diff options
| author | Andreas Grois <andi@grois.info> | 2021-04-22 20:19:45 +0200 |
|---|---|---|
| committer | Andreas Grois <andi@grois.info> | 2021-04-22 20:19:45 +0200 |
| commit | d380bfdba3a01eeb5647600b1939bbd68741e768 (patch) | |
| tree | 0406f79a12d6a98c17393456140b91d2853217bc /testconfig | |
| parent | 04a8c94fab23be784b6b6e9fab6c7e147f9ebfb8 (diff) | |
Simplified clock config. It now only has 2 options for rates.
Either it's updating every n seconds (float) but not synchronized to the
actual UTC time, or it's updating synchronized, but with the limitation
that the update rate is given as updates/(30 minutes). Explanation why
this format was chosen is in the source file.
Diffstat (limited to 'testconfig')
| -rw-r--r-- | testconfig | 11 |
1 files changed, 9 insertions, 2 deletions
@@ -5,5 +5,12 @@ separator = ", " Plugin = "ClockPlugin" [Elements.Config] -Format = "%R" -RefreshRate = 3.0 +Format = "%+" +UTCSyncedUpdatesPerThirtyMinutes = 1800 + +[[Elements]] +Plugin = "ClockPlugin" + +[Elements.Config] +Format = "%+" +UnsyncedEverySeconds = 10.0 |
