A GTK3 timer

redacted ddafdf9c0e added light theme screenshot and updated readme vor 11 Monaten
build 3421374060 updated timer with gtk_simplified and implemented digital display vor 11 Monaten
data 8df2201e63 Added light theme alternative vor 11 Monaten
screenshots ddafdf9c0e added light theme screenshot and updated readme vor 11 Monaten
src 3421374060 updated timer with gtk_simplified and implemented digital display vor 11 Monaten
Makefile 693e359260 modified make file and add light theme alternative. vor 11 Monaten
README.md ddafdf9c0e added light theme screenshot and updated readme vor 11 Monaten
timer 3421374060 updated timer with gtk_simplified and implemented digital display vor 11 Monaten

README.md

timer_screenshot.png timer_screenshot_light_alt.png

Timer Written in C/GTK

Dependencies

GTK3

Usage

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.

Light theme alternative

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.