--vattery--
vattery is a battery monitoring application written in
Vala that will display the status of a laptop battery
in a system tray. Without a display area, vattery is 
fairly useless.

-requirements-
GTK
librsvg (at least I think it's required)
acpi
Vala (for compiling the code ) 

-usage-
Run vattery when you need to keep track of a laptops
battery charge. Adding vattery to ~/.xinitrc might be
the most ideal way to use vattery.

Mouse over the status graphic to view the percentage
of battery power left. If the graphic is blue, the 
battery is charging. If the graphic is red, the battery
is draining.

When vattery first runs, a config file is created in
~/.config/vattery/config. The config file contains
the settings for the colors used by the application.

-compilation-
run ./configure && make && sudo make install

