Update battery.sh refresh interval

This commit is contained in:
Santiago Lo Coco 2022-02-15 23:01:00 -03:00
parent 1e97103166
commit 1fdc8921fd
1 changed files with 1 additions and 1 deletions

View File

@ -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 */