summaryrefslogtreecommitdiff
path: root/BatteryWidget/README.md
blob: fa3925e9138acb9a77a5eb94a5092c7a4fb44d7e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
## 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](./batWid1.png)

And a pop-up window, which shows up when you hover over it: ![Battery Widget](./batWid2.png)

## 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)
```