# pomo
Simple CLI Pomodoro timer with i3status integration.
## Features
- 25/5 minute work/break cycles (configurable)
- Live timer in terminal
- Desktop notifications
- Writes JSON status to `/tmp/pomo_status` for i3bar
- Minimal C implementation
## Build & Install
```sh
make
sudo make installpomo # default 25/5
pomo 30 7 # custom times
pomo -h # helpAfter make install:
-
Use the wrapper:
exec ~/.config/i3/statusw.sh
-
In your
~/.config/i3/config:bar { status_command ~/.config/i3/statusw.sh }
The Pomodoro block appears on the left of the status bar.
src/pomo.c— core timeri3/statusw.py— i3status wrapperi3/statusw.sh— launcher
Clean. Fast. No bullshit.