diff options
-rw-r--r-- | README.md | 5 | ||||
-rw-r--r-- | batteryarc-widget/README.md | 5 |
2 files changed, 8 insertions, 2 deletions
@@ -5,10 +5,11 @@ <p align="center"> <img src="https://img.shields.io/github/stars/streetturtle/awesome-wm-widgets.svg"> <img src="https://img.shields.io/github/forks/streetturtle/awesome-wm-widgets.svg"> + <a href="https://twitter.com/intent/tweet?text=Check%20out%20these%20awesome%20widgets%20for%20Awesome Window Manager%20&url=https://github.com/streetturtle/awesome-wm-widgets"> + <img src="https://img.shields.io/twitter/url/http/shields.io.svg?style=social"> + </a> </p> -[![HitCount](http://hits.dwyl.io/Streetturtle/Awesome-wm-widgets.svg)](http://hits.dwyl.io/Streetturtle/Awesome-wm-widgets) - Set of super simple widgets compatible with Awesome Window Manager v.4+. ## Screenshots 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**: |