From d380bfdba3a01eeb5647600b1939bbd68741e768 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Thu, 22 Apr 2021 20:19:45 +0200 Subject: 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. --- testconfig | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'testconfig') 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 -- cgit v1.2.3