summaryrefslogtreecommitdiff
path: root/BatteryWidget/README.md
diff options
context:
space:
mode:
authorPavel Makhov <pavel.makhov@cern.ch>2015-08-29 09:18:39 +0200
committerPavel Makhov <pavel.makhov@cern.ch>2015-08-29 09:18:39 +0200
commitfa9e92be981230517f19fea2a2ed2c9a1d228d29 (patch)
treeb43ab38751cda903ee5bb0737ef07fba5eef1e96 /BatteryWidget/README.md
parent1c457ea987c06db8e3d6965906ed3d98cf68dabc (diff)
parent21c929ce206f3bdd8cbf0ef57a3b839ed62d725b (diff)
Merge branch 'master' of https://github.com/streetturtle/AwesomeWM
Diffstat (limited to 'BatteryWidget/README.md')
-rw-r--r--BatteryWidget/README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/BatteryWidget/README.md b/BatteryWidget/README.md
index fa3925e..531a15c 100644
--- a/BatteryWidget/README.md
+++ b/BatteryWidget/README.md
@@ -1,9 +1,11 @@
## 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)
+This widget consists of
-And a pop-up window, which shows up when you hover over it: ![Battery Widget](./batWid2.png)
+ - an icon which shows the battery status: ![Battery Widget](./batWid1.png)
+ - a pop-up window, which shows up when you hover over it: ![Battery Widget](./batWid2.png)
+ - a pop-up warning message which appears when battery level is less that 15%: ![Battery Widget](./batWid3.png)
## Installation
@@ -14,6 +16,8 @@ sudo apt-get install acpi
```
- clone/copy battery.lua file and battery-icons folder to your ~/home/username/.config/awesome/ folder;
+- change path to the icons in `battery.lua`;
+
- include `battery.lua` and add battery widget to your wibox in rc.lua:
```
require("battery")