Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved the countdown spoon #292

Closed
wants to merge 2 commits into from
Closed

Conversation

dmgerman
Copy link
Contributor

Several improvements to make it more user friendly:

  • Incorporated the menu bar code from the Cherry spoon

    • it now displays the time left in the menubar
    • the menubar icon can be used to start/pause/stop the timer
  • The timer now monitors actual time instead of ticks.

    • it now works correctly even if the laptop is suspended
    • and if the time zone changes
  • added variables to make configuration easier

  • added bindHotkeys function

gitmsr added 2 commits March 16, 2023 22:03
Several improvements to make it more user friendly:

- Incorporated the menu bar code from the Cherry spoon
  - it now displays the time left in the menubar
  - the menubar icon can be used to start/pause/stop the timer

- The timer now monitors actual time instead of ticks.
  - it now works correctly even if the laptop is suspended
  - the time zone changes

- added variables to make configuration easier

- added bindHotkeys function
The old logic counted seconds passed, thus the pause logic simply stopped counting.

The new logic takes current time into consideration, thus, pause then un-pause shifts
the starting time by as long as the timer is paused.
@dmgerman
Copy link
Contributor Author

dmgerman commented Jun 5, 2023

Replaced this pull request with #300

@dmgerman dmgerman closed this Jun 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants