zztin / ctimer

This is a python implementation of a famous time management technique. CTimer helps you keep track of your productivity during the day, and help you set realistic goals for your day.
Apache License 2.0
0 stars 1 forks source link

[Bug Report] Countdown color not as expected #56

Open zztin opened 3 years ago

zztin commented 3 years ago

Description

Countdown color is confused.

Steps to Reproduce

Steps to reproduce the behavior: Start clock by ctimer --debug.

Expected Behavior

  1. While clock ticking for focus time: black
  2. While clock ticking for break time: green
  3. Click start (Green)
  4. Done! (Green)

    Actual Behavior

  5. While starting: green
  6. Afterward: all black
zztin commented 3 years ago

another linked problem lies in the sqlite data (is_complete) is opposite.