MoinMoin Logo
  • Comments
  • Immutable Page
  • Menu
    • Navigation
    • RecentChanges
    • FindPage
    • Local Site Map
    • Help
    • HelpContents
    • HelpOnMoinWikiSyntax
    • Display
    • Attachments
    • Info
    • Raw Text
    • Print View
    • Edit
    • Load
    • Save
  • Login

Navigation

  • Start
  • Sitemap

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

Revision 4 as of 2022-02-12 21:47:41
  • wmbattery

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

   1 cd /tmp
   2 wget https://www.dockapps.net/download/wmbattery-2.54.tar.gz
   3 tar xvzf wmbattery-2.54.tar.gz 
   4 cd wmbattery-2.54
   5 ./configure 
   6 make clean
   7 make 
   8 make install
  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01