diff options
author | streetturtle <streetturtle@users.noreply.github.com> | 2020-03-04 16:49:36 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-04 16:49:36 -0500 |
commit | 95f1e25c03ebf0223252f62bdb4505764148508f (patch) | |
tree | f5fa7b772212116aea724e5b5148835fc198056a | |
parent | 43971e2e73dff2855f9743da0ed796aab29f7341 (diff) | |
parent | de3e88e5522f637298afb293ef144fbd08b27eba (diff) |
Merge pull request #121 from pfac/pfac/add-dependencies-to-batteryarc-widget
Add requirements to battery arc widget README
-rw-r--r-- | batteryarc-widget/README.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/batteryarc-widget/README.md b/batteryarc-widget/README.md index de83f6e..6812dfa 100644 --- a/batteryarc-widget/README.md +++ b/batteryarc-widget/README.md @@ -34,6 +34,11 @@ It is possible to customize widget by providing a table with all or some of the | `warning_msg_position` | `bottom_right` | Position of the warning popup | | `warning_msg_icon` | ~/.config/awesome/awesome-wm-widgets/batteryarc-widget/spaceman.jpg | Icon of the warning popup | +## Requirements + +This widget requires the `acpi` command to be available to retrieve battery and +power information. + ## Installation Clone repo, include widget and use it in **rc.lua**: |