redacted ddafdf9c0e added light theme screenshot and updated readme | 8 months ago | |
---|---|---|
build | 8 months ago | |
data | 8 months ago | |
screenshots | 8 months ago | |
src | 8 months ago | |
Makefile | 8 months ago | |
README.md | 8 months ago | |
timer | 8 months ago |
Timer Written in C/GTK
GTK3
Takes in a time as a command line argument and starts a timer. ie (./timer 00:10:00)
Time can be formatted as SS, MM:SS or HH:MM:SS. Each field is not limited so SSSSSS or MMM:SSS is also permitted.
Times exceeding 99:59:59 will be set to 99:59:59 due to digital display limitation.
Program depends on images in data folder and accuracy depends on glibs g_timer.
Inside the data folder there is a folder called light_theme_alt. You can copy its contents into the data folder overriding the existing pngs 0-9.png to use the light theme alternative.