A GTK3 timer

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

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.