WMChargeMon is a dockapp which monitors your laptop battery, in case your
power subsystem is ACPI.

It is a really simple dockapp, which shows the percent battery level and
the current power state (battery or AC) in a clear and simple way. The
background of the dockapp turns green, yellow or red on behalf of the battery
level (respectively safe, low or critical).

There is no rc file, and the behaviour of this program can be configured by 
some command line options, which will be well explained on your terminal when
you issue this command (obviously, without the dollar sign ;) ):

	$ wmchargemon -h

== To install this program ==

1) Ensure you've got the libdockapp development library (at least version 0.6.1)
correctly installed.

2) Simply type:

	make

and, from a root shell

	make install

Hoping that this little 7-development-day program will be useful to you, I
invite you to post any little correction, suggestion or comment to my email address.

Sergio Di Mico <sedimico@inwind.it>

