Remove notification message for timer completion.
Simple timer and desktop notification app written in C++ using Zenity.
g++ -o timer main.cpp
./timer <reason> <duration>
Examples:
./timer "Take a break" 10m
./timer "Meeting" 1h
Supported formats:
s - seconds m - minutes h - hours