Updated the look of the Plan9 clock.
I wasn't really into the whole baby blue clock, also in it not displaying seconds, so I've fixed it up a bit. It now displays each second on the clockface, and use hairline thin lines drawn through the Bresenham algorithm. The style is designed to align with the Plan9 Color Picker. This project is a good simple demonstration of Plan9 C.
Installation
Compile this source with the compiler for your platform, if you are using an ARM device:
5c clock.c && 5l -o clock clock.c
If you want to install globally, copy the source into /sys/src/cmd/clock.c
and type mk install
inside of /sys/src/cmd
, to recompile all the applications found in the cmd directory.
incoming plan9 c plan9 color