Add require

This commit is contained in:
streetturtle 2015-07-13 18:42:24 +02:00
parent d04ac87379
commit d5aa9922b3
1 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,9 @@ sudo apt-get install acpi
```
- clone/copy battery.lua file and battery-icons folder to your ~/home/username/.config/awesome/ folder;
- add battery widget to your wibox in rc.lua:
- include `battery.lua` and add battery widget to your wibox in rc.lua:
```
require("battery")
...
right_layout:add(batteryIcon)
```