From 7f5f5184be9f5e39e8c12a2f8e0e3b749f76aee6 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Fri, 24 Jul 2020 21:57:00 +0530 Subject: [PATCH] Calendar and time blocks should have equal update intervals --- blocks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.h b/blocks.h index 62d541b..755a6c5 100644 --- a/blocks.h +++ b/blocks.h @@ -17,7 +17,7 @@ static Block blocks[] = { { PATH("time.sh"), NULL, 30, 10}, - { PATH("calendar.sh"), PATH("calendar_button.sh"), 60, 6}, + { PATH("calendar.sh"), PATH("calendar_button.sh"), 30, 6}, { PATH("volume.sh"), PATH("volume_button.sh"), 0, 1},