blob: dfc88f5e3f717228592b32fae2d1c5107e9b8a74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
= gstopwatch =
Okay, so apparently there are absolutely zero good stopwatches around for X11!
I spent my time searching but couldn't find one simple enough for me. This
stopwatch will start counting, stop counting, and reset, a like the simple
pocket stopwatch I had growing up.
== Usage ==
press space to start timing, space to stop, space again to reset and start
timing again.
== Building ==
You'll need the gtk 2.x libraries and headers installed and ready to go. to
build, simple run make in the gstopwatch folder
== To Do ==
* Laps
* Hours:Minutes:Seconds display
* Font size
|