summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpmakhov <pavel.makhov@savoirfairelinux.com>2017-12-04 11:57:00 -0500
committerpmakhov <pavel.makhov@savoirfairelinux.com>2017-12-04 11:57:00 -0500
commited06fc8e6f7057566509f540a6b02da25f07fcb2 (patch)
tree86745787b2721dafbbea6bce3613696784bf611b /README.md
parent1e96cf450cae37845cbb731cb16db5de372a0320 (diff)
parentad96599fb42961b4f78b807676ab27a9d3aab7ce (diff)
Merge branch 'master' of https://github.com/streetturtle/awesome-wm-widgets
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index c939f80..e68ee66 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,13 @@ sprtr,
# Installation
-Clone the repo under **~/.config/awesome/**, then in **rc.lua** add the import of the widget you'd like to use in "require" section on the top of the file:
+First install acpi which is used to get information about the battery, in Ubuntu it's just
+
+```bash
+sudo apt-get install acpi
+```
+
+Then clone the repo under **~/.config/awesome/**, then in **rc.lua** add the import of the widget you'd like to use in "require" section on the top of the file:
```lua
require("awesome-wm-widgets.battery-widget.battery")