aboutsummaryrefslogtreecommitdiff
path: root/testconfig
diff options
context:
space:
mode:
authorAndreas Grois <andi@grois.info>2021-04-22 20:19:45 +0200
committerAndreas Grois <andi@grois.info>2021-04-22 20:19:45 +0200
commitd380bfdba3a01eeb5647600b1939bbd68741e768 (patch)
tree0406f79a12d6a98c17393456140b91d2853217bc /testconfig
parent04a8c94fab23be784b6b6e9fab6c7e147f9ebfb8 (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--testconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/testconfig b/testconfig
index 38fd3ba..79d92c5 100644
--- a/testconfig
+++ b/testconfig
@@ -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