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.
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.