wmshutdown: Remove support for deprecated Consolekit.
[dockapps.git] / pclock / README
blob0a41d26f1ef562ff964be90800448b9ac4a67bdd
1 pclock v0.13.1
2 --------------
4 pclock is a simple analog clock program designed primarily to run under the
5 Window Maker window manager. Any 64x64 pixmap may be used as a background,
6 including tiles. Contributions of interesting backgrounds are welcome.
8 One current limitation is that the clock hands are drawn within the mask of
9 the background XPM file.
11 To build:
12   edit src/Makefile
13   make
15 Use ``pclock --help'' for instructions.
17 This program has only been tested with Linux and Window Maker, on a
18 high-color display. It should work on 8-bit displays if you use backgrounds
19 with small numbers of colors!
21 Note: you might find it useful to run multiple clocks in different
22 timezones, this can be accomplished by using the following command for each
23 clock:
25   env TZ=<timezone> pclock
27 Just replace <timezone> with the name of a timezone (on my computer, they
28 are in /usr/share/zoneinfo, one example is ``US/Pacific''). Watch out
29 though, Window Maker doesn't remember the command correctly so you may need
30 to edit your config files by hand to add back the ``env TZ=..'' part.
32 Alexander@Kourakos.com
33 http://www.kourakos.com/~awk/pclock/