Simple pomodoro timer for polybar.
-
Copy source to polybar config dir:
git clone https://github.com/Radeox/polydoro.git ~/.config/polybar/polydoro/ -
Install required python modules:
pip install -r ~/.config/polybar/polydoro/requirements.txt -
Add the module to your configuration:
include-file = ~/.config/polybar/polydoro/polydoro.ini ... modules-left = "... polydoro ..."
-
Restart polybar and use:
Left click→ Start timerRight click→ Stop timer
Check config.py to change timer duration.