Changed interval of battery block
This commit is contained in:
parent
ed6cec6bdd
commit
a6a877927d
2
blocks.h
2
blocks.h
|
@ -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 */
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue