
▲ 0 r/pomodoro
rpomo – zero-dependency pomodoro timer for linux, written in rust
made a simple pomodoro app using notify-send for swaync on hyprland
when it starts, it asks for how many work sessions, how long each one is, and how long the break is when a session finishes, it asks if you want to continue with the remaining sessions or finish early after all sessions finish, it asks if it should loop again or stop
it uses zero crates but requires `notify-send` and `zenity` as system dependencies here's how to install them
```bash
Arch Linux
sudo pacman -S libnotify zenity
Ubuntu / Debian
sudo apt install libnotify-bin zenity
Fedora
sudo dnf install libnotify zenity
openSUSE
sudo zypper install libnotify-tools zenity ```
also either
`cargo install rpomo`
or compile it from source
u/0megaCrimson — 18 hours ago