Size: 184
Comment:
|
Size: 562
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 6: | Line 6: |
Source code: git://git.kitenet.net/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.54.tar.gz tar xvzf wmbattery-2.54.tar.gz cd wmbattery-2.54 ./configure make clean make make install }}} |
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