From 1fdc8921fd78f963d4e413bc33fa7c12b0b7ec5b Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 15 Feb 2022 23:01:00 -0300 Subject: [PATCH] Update battery.sh refresh interval --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.def.h b/config.def.h index c87390e..e43cc36 100644 --- a/config.def.h +++ b/config.def.h @@ -50,7 +50,7 @@ static Block blocks[] = { { PATH("volume.sh"), PATH("volume_button.sh"), 0, 2}, { PATH("mail.sh"), PATH("mail_button.sh"), 0, 3}, #ifdef LAPTOP - { PATH("battery.sh"), PATH("battery_button.sh"), 60, 7}, + { PATH("battery.sh"), PATH("battery_button.sh"), 30, 7}, #endif { PATH("cpu_temp.sh"), PATH("cpu_temp_button.sh"), 15, 4}, { NULL } /* just to mark the end of the array */