awesome-wm-widgets/BatteryWidget
streetturtle b874b717c9 typos 2015-07-13 18:47:08 +02:00
..
battery-icons Moved to special folder 2015-07-13 18:26:39 +02:00
README.md typos 2015-07-13 18:47:08 +02:00
batWid1.png Image added to readme 2015-07-13 18:33:42 +02:00
batWid2.png Image added to readme 2015-07-13 18:33:42 +02:00
battery.lua Moved to special folder 2015-07-13 18:26:39 +02:00

README.md

Battery widget

Simple and easy-to-install widget for Awesome Window Manager.

Basically this widget consists of an icon which shows the battery status: Battery Widget

And a pop-up window, which shows up when you hover over it: Battery Widget

Installation

This widget uses the output of acpi tool.

  • install acpi tool:
sudo apt-get install acpi
  • clone/copy battery.lua file and battery-icons folder to your ~/home/username/.config/awesome/ folder;

  • include battery.lua and add battery widget to your wibox in rc.lua:

require("battery")
...
right_layout:add(batteryIcon)