diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2017-12-03 14:04:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-03 14:04:14 -0500 |
commit | ad96599fb42961b4f78b807676ab27a9d3aab7ce (patch) | |
tree | c3f5c150bc19d5b3ca05a66cea9ad6558d32b5b7 | |
parent | d12e29a102cc2c363384bcf28e1d4dd53f56e4ed (diff) |
Update README.md
-rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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") |