From a6a877927db6a3de0eae216bc4852fe68cf4344d Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Thu, 9 Jul 2020 01:10:31 +0530 Subject: [PATCH] Changed interval of battery block --- blocks.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks.h b/blocks.h index deac273..10f73f4 100644 --- a/blocks.h +++ b/blocks.h @@ -25,7 +25,7 @@ static Block blocks[] = { { PATH("cpu_temp.sh"), PATH("cpu_temp_button.sh"), 1, 5}, - { PATH("battery.sh"), PATH("battery_button.sh"), 0, 4}, + { PATH("battery.sh"), PATH("battery_button.sh"), 30, 4}, { NULL } /* just to mark the end of the array */ };