maybe you're looking for something like LiveSplit?
this post was submitted on 04 Sep 2023
6 points (87.5% liked)
Arch Linux
7737 readers
2 users here now
The beloved lightweight distro
founded 4 years ago
MODERATORS
I'll have to try this out!
Just open a terminal and run
t=0 ; while sleep 1 ; do let t++ ; echo $t ; done
i think something like this could work. i guess some neat features to add would be:
- popup on complete
- audio notification on complete
Did you want a timer, or a stopwatch? A countdown with "wall" at the end is also rather trivial.
notify-send $someText
will get you a popup at least, for many DEs.