			      pengwatch
                               25NOV99


1. What's pengwatch?

Moving around clock with one's favorite image(XPM).
By including "vroot.h", it will work fine as a module for XscreenSaver.


2. Install

If imake is available, just
 
  xmkmf -a; make; make install

if not, please try

  make -f Makefile.dst


3. Usage

Pengwatch is not only a desktop utility (or toy?), but also work fine
as a module for XscreenSaver. Add the description to ~/.Xdefaults

 	xscreensaver.programs\
		... \n\
		...  \n\
		pengwatch [options] \n

     
4. Options

Options are as follows up to now. Values after ':' set as the default. 

  -i <int> time interval for animation: 100000 [us]
  -x <int> step in horizontal: 4 pixel 
  -y <int> step in vertical: 3 pixel
  -s <int> radius of the clock: 32 pixel
  -V <int> vertical postion in the image: 145 pixel
  -H <int> horizontal position in the image : half width of the image
  -f <strings> XPM image: /usr/include/X11/pixmaps/pengwatch.xpm
  -b <strings> color of the virtual root window: rgb:/00/60/70
  -r       draw onto root window
  -h       help message


Execution sample

   pengwatch -f ./pegasus.xpm -b black -x 2 -y 1 -V 80 -H 150 -s 40

will help understanding how to use one's favorite image
 


Have a fun!

                             Namio MATUDA(matuda@film.s.dendai.ac.jp)