wmBinClock 0.3

Distributed under the GPL license, by Thomas Kuiper <tkuiper@inxsoft.net>

Please mail me if you got questions or ideas for this program.

It shows the actual system time as binary clock. You have to add up
the "bits" to get the time. The clock has a 24 hour format.

+ + + + + +  <- 8
+ + + + + +  <- 4
+ + + + + +  <- 2
+ + + + + +  <- 1
H H M M S S

For example:

+ + + + + +  <- 8
+ + * + + *  <- 4
* + + + * *  <- 2
+ * * + * *  <- 1
2 1 5 0 3 7

General Usage: ./wmBinClock [coloron] [coloroff] [-display]

  Where [coloron] or [coloroff] are one off these colors:
  gray neonred gold cyan pink blue green darkred none
  The default is "./wmBinClock neonred gray"
  Option -display (host:screen): Use a alternative XWindow display

Version History:
22 Jan 2004: Version 0.3
- Added two options to specifiy the LED colors
  limited to gray,neonred,gold,cyan,pink,blue,green,darkred or none
  as "wmBinClock [coloron] [coloroff]"
  Default is "mBinClock neonred gray"
12 Oct 2003: Version 0.2
- Adding GPL copyright things after suggestion of
  Romain Francoise <rfrancoise@debian.org>
- Removed unneeded values.h
16 Mar 2003: Version 0.1
- initial version.

Thanks to the frenchie Fleur M. for giving me the idea of this program ;)
