No description
Find a file
wazzy eacc53adf4
Remove timer completion notification description
Remove notification message for timer completion.
2026-08-01 17:08:44 -04:00
main.cpp A simple timer / notification app built in cpp 2026-07-28 22:50:35 -04:00
README.md Remove timer completion notification description 2026-08-01 17:08:44 -04:00

zeno

Simple timer and desktop notification app written in C++ using Zenity.

Build

g++ -o timer main.cpp

Run

./timer <reason> <duration>

Examples:

./timer "Take a break" 10m
./timer "Meeting" 1h

Supported formats:

s  - seconds
m   - minutes
h   - hours