dwmblocks

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 8acdeef689db9879d8b236fdbed97323edf04a82
parent 82941aa4ec319958be1eea2b6774328a8d9dbd49
Author: Kris Yotam <krisyotam@protonmail.com>
Date:   Thu, 29 Jan 2026 05:33:42 -0600

sb-forecast: 30 second interval for retry logic

Script now caches valid data for 30 minutes internally,
so 30 second polling allows quick retries when data is missing.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

Diffstat:
Mconfig.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.h b/config.h @@ -21,7 +21,7 @@ #define BLOCKS(X) \ X("", "sb-aurora", 3600, 19) \ X("", "sb-doppler", 0, 13) \ - X("", "sb-forecast", 18000, 5) \ + X("", "sb-forecast", 30, 5) \ X("", "cat /tmp/recordingicon 2>/dev/null", 0, 9) \ X("", "sb-torrent", 20, 7) \ X("", "sb-news", 0, 6) \