This is just a quick thing I wrote up after a long futile search on the
web for anything similar for Linux. The documentation is rather terse,
but this is a rather simple program, and should be self explanatory. If
I receive some feedback or questions, then I'll try to spruce up the
documentation.

The gist of this program is that it changes the background every so
many seconds. It provides a nice interface for selection of background
images, as well as an interactive way to control which picture is
currently displayed.

WHAT YOU NEED
-------------
-libtcl/tk/wish (tested with 8.0)
-a image display program (currently set up to use "xv"; can be
customized to whatever you like)
-some pictures/backgrounds :)

INSTALLING
----------
If your "wish" is somewhere else than "/usr/local/bin/wish",
then edit "tkwallpaper" and modify the first line as needed.

If you want to use something different from "xv", you will have to
change the "viewer_cmd" variable in "tkwallpaper".

The program is currently setup to install into /usr/local/*
If you would like to change this, 
	- edit tkwallpaper and change the "lib_files_dir" variable
	- edit Makefile and change INST_DIR
Then run "make install"

TESTED/DEVELOPED ON
-------------------
-Linux 2.0.*/2.2.*
-should be ok on other platforms that have TclTk
-might need a touch or two to run on anything Micro$oft

Enjoy!
--


Comments, queries, bugs, fixes, ... send to
Maciej Kalisiak
mac@dgp.toronto.edu

Also see http://www.dgp.toronto.edu/~mac/projects

(This is also where the newest version of TkWallpaper is always available)


