= wmbattery =
Wmbattery displays the status of your laptop's battery in a small icon.

Web page: http://joeyh.name/code/wmbattery/

Source code: git://git.kitenet.net/wmbattery

 * mkdir -p /tmp/wmbattery
 * cd /tmp/wmbattery
 * git clone git://git.kitenet.net/wmbattery
 * cd wmbattery
 * make clean
 * make
 * make install

== Build from source ==
{{{#!highlight bash
cd /tmp
wget https://www.dockapps.net/download/wmbattery-2.56.tar.gz 
tar xvzf wmbattery-2.56.tar.gz 
cd wmbattery-2.56
./configure 
make clean
make
make install
}}}