Skip to content

Commit

Permalink
pomodoro module: pyglet and pygame are no longer needed after the mer…
Browse files Browse the repository at this point in the history
  • Loading branch information
itaton committed Jan 25, 2022
1 parent 7dd31fe commit 0f228a7
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions py3status/modules/pomodoro.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,9 @@
(default 'Pomodoro ({format})')
num_progress_bars: number of progress bars (default 5)
pomodoros: specify a number of pomodoros (intervals) (default 4)
sound_break_end: break end sound (file path) (requires pyglet
or pygame) (default None)
sound_pomodoro_end: pomodoro end sound (file path) (requires pyglet
or pygame) (default None)
sound_pomodoro_start: pomodoro start sound (file path) (requires pyglet
or pygame) (default None)
sound_break_end: break end sound (file path) (default None)
sound_pomodoro_end: pomodoro end sound (file path) (default None)
sound_pomodoro_start: pomodoro start sound (file path) (default None)
timer_break: normal break time (seconds) (default 300)
timer_long_break: long break time (seconds) (default 900)
timer_pomodoro: pomodoro time (seconds) (default 1500)
Expand Down

0 comments on commit 0f228a7

Please sign in to comment.