redacted ddafdf9c0e added light theme screenshot and updated readme | hace 11 meses | |
---|---|---|
build | hace 11 meses | |
data | hace 11 meses | |
screenshots | hace 11 meses | |
src | hace 11 meses | |
Makefile | hace 11 meses | |
README.md | hace 11 meses | |
timer | hace 11 meses |
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.