A very simple clock in C using the GTK+ 1/2 libraries
Version 0.1: (for gtk1)
source
to compile it, run:
gcc simple_clock.c -o simple_clock `gtk-config --cflags` `gtk-config --libs`
Assuming 'gtk-config' is in your $PATH
Version 0.2: (for gtk2, and with TimeZone info)
source
NOTE: You can change the timezone by changing the TZ environment variable