-
I don't think we should make the clock do this
I just realized that a clockface hourstrike wouldn't work if the clock is not active 😅 Yes, bootcode should be a better place for it.
How about linking it to Quiet Mode?
That's what I was thinking! In a local branch I'm trying to "merge" the Quiet Mode Schedule into the default quiet mode menu - imho there's no need to have a "quiet mode" menu and a different app to manage it.
We can make qmsched emit an event when switching, and have ClockFace force a redraw when that happens, so the clock can adjust it's precision then.
I like it!
I don't think we should make the clock do this, but just look into fixing the hourstrike code. (Also, I noticed we have both hourstrike and widchime, maybe get rid of the widget, as bootcode seems the better place to handle this?)
How about linking it to Quiet Mode? That way you can just use Quiet Mode Schedule instead of adding another schedule configuration. We can make
qmsched
emit an event when switching, and haveClockFace
force a redraw when that happens, so the clock can adjust it's precision then.That's probably a good idea anyway, in case the schedule switches themes.