diff options
author | Pedro Costa <dev@iampfac.com> | 2020-03-04 12:30:53 +0000 |
---|---|---|
committer | Pedro Costa <dev@iampfac.com> | 2020-03-04 12:30:53 +0000 |
commit | de3e88e5522f637298afb293ef144fbd08b27eba (patch) | |
tree | b799d00d3aaab401b52df4d9092ba89f506e6466 /batteryarc-widget | |
parent | 257dff3b6c85444f4477db6a8ae34865b86119a5 (diff) |
Add requirements to battery arc widget README
Why:
* The widget shows no information if the `acpi` command is not
available.
Diffstat (limited to 'batteryarc-widget')
-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**: |