Merge lp://staging/~cheoppy/pomodoro-indicator/devel into lp://staging/pomodoro-indicator
Proposed by
Gergely Csépány
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~cheoppy/pomodoro-indicator/devel |
Merge into: | lp://staging/pomodoro-indicator |
Diff against target: |
90 lines (+17/-9) 2 files modified
pomodoro/pomodoro_state.py (+6/-0) pomodoro/visual.py (+11/-9) |
To merge this branch: | bzr merge lp://staging/~cheoppy/pomodoro-indicator/devel |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
pomodoro-devs | Pending | ||
Review via email: mp+134152@code.staging.launchpad.net |
Description of the change
Moved the countdown timer to the label of the indicator, which shows the remaining time next to the pomodoro icon in the indicator bar.
To post a comment you must log in.
Unmerged revisions
- 39. By Gergely Csépány
-
Moved the countdown timer to the label of the indicator.
The left time from the current session or rest is now shown in the label, visible when a pomodoro or rest time is active.
Removed the timer from the menu as it does not provide any additional information now.