Skip to content

further reduce energy usage #6

@jonblatho

Description

@jonblatho

Energy usage can be reduced further by "pausing" the timer for updating the time string while it's not likely to be useful. For example:

  • When Show Seconds and Flash Time Separators are both disabled, we really only need to run the timer when the minute is about to change.
  • With Show Seconds and/or Flash Time Separators enabled, we only need to run the timer when the second is about to change.

Since the timer currently runs approximately 50 times per second, and this can be reduced to as little as zero times per second (for most seconds), this can reduce energy usage substantially, especially when the clock is not set to change every second.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions