Calendar and time blocks should have equal update intervals
This commit is contained in:
parent
26e3281f29
commit
7f5f5184be
2
blocks.h
2
blocks.h
|
@ -17,7 +17,7 @@ static Block blocks[] = {
|
||||||
|
|
||||||
{ PATH("time.sh"), NULL, 30, 10},
|
{ PATH("time.sh"), NULL, 30, 10},
|
||||||
|
|
||||||
{ PATH("calendar.sh"), PATH("calendar_button.sh"), 60, 6},
|
{ PATH("calendar.sh"), PATH("calendar_button.sh"), 30, 6},
|
||||||
|
|
||||||
{ PATH("volume.sh"), PATH("volume_button.sh"), 0, 1},
|
{ PATH("volume.sh"), PATH("volume_button.sh"), 0, 1},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue