timer app

I am looking for a simple timer app to time video game events.

I am running xmonad/xmobar/trayer.

I like the idea of a timer i can run out of the system tray and/or float over in a small box over other windows.

I tried out kteatime and its pretty close to what i want but its pretty hard to see whats going on in the tiny system panel.

Any suggestions welcome! Maybe I should look at making a plugin for my xmobar?

5 points · 6 comments · view on lemmy.world

6 Comments

whou@lemmy.ml · 5 pts · 2y (1 reply)

maybe you're looking for something like LiveSplit?

tulth@sh.itjust.works · 2 pts · 2y

I'll have to try this out!

SpaceNoodle@lemmy.world · 2 pts · 2y (3 replies)

Just open a terminal and run

t=0 ; while sleep 1 ; do let t++ ; echo $t ; done
tulth@sh.itjust.works · 3 pts · 2y (2 replies)

i think something like this could work. i guess some neat features to add would be:

  • popup on complete
  • audio notification on complete
SpaceNoodle@lemmy.world · 1 pts · 2y

Did you want a timer, or a stopwatch? A countdown with "wall" at the end is also rather trivial.

spacemanspiffy@lemmy.world · 1 pts · 2y

notify-send $someText will get you a popup at least, for many DEs.