Size: 184
Comment:
|
← Revision 7 as of 2022-06-11 15:52:35 ⇥
Size: 723
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 Other links: * https://www.dockapps.net/wmbattery * https://repo.or.cz/dockapps.git * https://repo.or.cz/dockapps.git/shortlog/refs/tags/wmbattery-2.56 == 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 }}} |
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
Other links: