Update format description for pomodoro
module
This commit is contained in:
parent
f263cb55e8
commit
105e92b5aa
@ -27,7 +27,8 @@ class Pomodoro(IntervalModule):
|
|||||||
('break_duration', 'Short break duration in secods'),
|
('break_duration', 'Short break duration in secods'),
|
||||||
('long_break_duration', 'Long break duration in secods'),
|
('long_break_duration', 'Long break duration in secods'),
|
||||||
('short_break_count', 'Short break count before first long break'),
|
('short_break_count', 'Short break count before first long break'),
|
||||||
format
|
('format', 'format string, available formatters: current_pomodoro, '
|
||||||
|
'total_pomodoro, time')
|
||||||
)
|
)
|
||||||
|
|
||||||
color_stopped = '#2ECCFA'
|
color_stopped = '#2ECCFA'
|
||||||
|
Loading…
Reference in New Issue
Block a user