Add requirements to battery arc widget README
Why: * The widget shows no information if the `acpi` command is not available.
This commit is contained in:
parent
257dff3b6c
commit
de3e88e552
|
@ -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**:
|
||||
|
|
Loading…
Reference in New Issue