HACKER097 / wisdom-tree

Wisdom Tree is a TUI concentration app, with features like pomodoro timer, YouTube music player, Lo-fi radio.
MIT License
357 stars 22 forks source link

TIMER_WORK and TIMER_BREAK are now directly associated with 'timerlist'. #23

Closed ghost closed 3 years ago

ghost commented 3 years ago

Originally the TIMER_WORK and TIMER_BREAK constants had no direct association with the 'timerlist' variable for Pomodoro. Because of this, if you wanted to change the timer values for the Pomodoro timer, you would have to alter both of the locations in the code.

This fixes that issue, and now you only need to alter the *_MINS constants in order to change the Pomodoro timer.