FluxBat - an GPL licensed free+open battery monitor for
	  the fluxbox menu
-------------------------------------------------------
(C) 2007 by Steffen Wendzel <steffen (at) ploetner-it (dot) de>
	Authors website: http://cdp.doomed-reality.org
	FluxBat website: http://doomed-reality.org (or my website)
	h4ck3d on Sat, May-12-2007 within 15 min. in an art cafe :)

--> LICENSE
	GPLv2 (see COPYING file)
	
--> INSTALLATION
	1. First, you need to compile it (if your battery info
	can NOT be found in /proc/acpi/battery/BAT0, you
	need to modify the path in fluxbatgen.sh first).
	
	$ make
	$ su
	# make install
	
	2. Since fluxbat is a daemon process, you should not start
	it every time you start X since it would run multiple
	times then. Simply run it on system bootstrap (e.g. by
	creating an rc script in /etc/rc.d/ (e.g. Slackware)
	or /etc/init.d (e.g. Debian, Ubuntu, ...).

	I added an rc.fluxbat script for this reason. You can
	place it in /etc/<depends-on-your-distribution>/.
	
	3. Every user who wants to activate fluxbat in fluxbox
	should include /var/fluxbat/battery.menu in his own
	~/.fluxbox/menu file by adding this line:
	[include] (/var/tmp/fluxbat/battery.menu)

--> THIS SOFTWARE DEPENDS ON
	- fluxbox (tested with v. 1.0rc2)
	- #!/bin/dash (not bash!)
	- bc
	- md5sum
	- xterm and vi (to display "more info")
	- xmessage (for warning messages if percentage goes
	  under 4% of the battery power)
	- for compiling: make,gcc,binutils,libc and such things

--> BUGS + PATCHES + COMMENTS:
	Go to my eMail address. I realy care about these things.

--> PACKAGE OR PORT?
	You're creating a port or package for a Linux distribution?
	Please let me know about it and I can place info on the
	website about that.

					--steffen

