Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 676 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 676 Bytes

Polydoro - Polybar Pomodoro

Simple pomodoro timer for polybar.

Install

  1. Copy source to polybar config dir:

    git clone https://github.com/Radeox/polydoro.git ~/.config/polybar/polydoro/
  2. Install required python modules:

    pip install -r ~/.config/polybar/polydoro/requirements.txt
  3. Add the module to your configuration:

    include-file = ~/.config/polybar/polydoro/polydoro.ini
    
    ...
    
    modules-left = "... polydoro ..."
  4. Restart polybar and use:

  • Left click → Start timer
  • Right click → Stop timer

Optional

Check config.py to change timer duration.