Calendar and time blocks should have equal update intervals

This commit is contained in:
Ashish Kumar Yadav 2020-07-24 21:57:00 +05:30
parent 26e3281f29
commit 7f5f5184be

View file

@ -17,7 +17,7 @@ static Block blocks[] = {
{ 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},