Changed interval of battery block

This commit is contained in:
Ashish Kumar Yadav 2020-07-09 01:10:31 +05:30
parent ed6cec6bdd
commit a6a877927d

View file

@ -25,7 +25,7 @@ static Block blocks[] = {
{ PATH("cpu_temp.sh"), PATH("cpu_temp_button.sh"), 1, 5}, { 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 */ { NULL } /* just to mark the end of the array */
}; };