Skip to content

Latest commit

 

History

History
39 lines (27 loc) · 573 Bytes

README.md

File metadata and controls

39 lines (27 loc) · 573 Bytes

drPomo

drPomo is a simple Pomodoro timer written in Rust. You can use it on multiple tools like polybar, tmux etc.

Build / Compile

git clone https://github.com/Super-Yojan/drPomo
cd drPomo
cargo build --release 
cp target/release/pomo ~/.local/bin

Configs

Config for Tmux

set -g status-right "#(pomo <session-time> <break-time>)"

Config for polybar

[module/pomodoro]
type = custom/script
exec = ~/.local/bin/pomo 25 5 
tail = true

To-Do

  • Read Notification from config file