$Id: README,v 1.3 1999/12/19 18:33:23 lord Exp $

*--------------------------------------------------------------------
*
* IMPORTANT NOTE: This is BETA version of the code with compiles and
* works with KDE-2.0 code base. I've done porting on KRASH release. Once
* KDE-2.0 will be out - I will release 2.0 version.
*
* It seems to work but looks like due to some problems in KDE kicker
* module, it not always detect panel size correctly (you need to
* go to kde->panel->style->tiny|normal|large and change style of your
* panel to cuurent one.        
*
* Another problem seems to be with applet layout within panel. Panel
* sometimes layout applets one on top of another.
*
* Above 2 problems already reported to KDE team and they will be workin
* on them. Meanwhile if you find any other bugs, please let me know.
*
*-------------------------------------------------------------------

This is a small KDE applet showing load average graph on the
panel. You could customize colours, refresh rate.  It also allows to
execute some command on click.

After start it puts itself in the docking area on the panel. If
session support is enabled, it will restart itself next time user logs
in.

Pressing right mouse button shows menu.  Pressing left mouse button
executes configured command.

If during compilation you define ENABLE_DYNAMIC_TIP macro, additional
feature will be enabled: putting mouse pointer on the graph, and
keeping it still for some time will make tool tip appear, which will
show numeric value of current load average, which will be constantly
updated. Unfortunately this feature cause memory leak, due to the bug
present in QT-1.44 and QT-2.00. I've reported it to Troll Tech, and
once they will fix it, I will enable this tip by default.

Home page: http://www.crocodile.org/software.html
Author: Vadim Zaliva <lord@crocodile.org>
Thanks to:
Sven Radej for help with session support code.

