From 6862449c49d00194542eaf594be712fec07e8315 Mon Sep 17 00:00:00 2001 From: Ello Skelling Date: Wed, 31 Jul 2024 12:13:20 -0700 Subject: [PATCH] updated config comment to reflect the new range for animation timeout --- res/config.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/config.ini b/res/config.ini index 79fcbd4..10f4971 100644 --- a/res/config.ini +++ b/res/config.ini @@ -6,7 +6,7 @@ animation = none # Stop the animation after some time # 0 -> Run forever (default) -# 1..255 -> Stop the animation after this many seconds +# 1..2e12 -> Stop the animation after this many seconds animation_timeout_sec = 0 # Format string for clock in top right corner (see strftime specification). Example: %c