This commit is contained in:
pmakhov 2017-10-04 15:16:16 -04:00
commit 35bdba1e4a
1 changed files with 12 additions and 5 deletions

View File

@ -1,15 +1,22 @@
# Battery widget # Battery widget
Simple and easy-to-install widget for Awesome Window Manager. Simple and easy-to-install widget for Awesome Window Manager.
This widget consists of This widget consists of:
- an icon which shows the battery level: ![Battery Widget](./bat-wid-1.png) - an icon which shows the battery level:
- a pop-up window, which shows up when you hover over an icon: ![Battery Widget](./bat-wid-2.png). ![Battery Widget](./bat-wid-1.png)
Alternatively you can use a tooltip: ![Battery Widget](./bat-wid-22.png) - a pop-up window, which shows up when you hover over an icon:
- a pop-up warning message which appears on bottom right corner when battery level is less that 15%: ![Battery Widget](./bat-wid-3.png) ![Battery Widget](./bat-wid-2.png)
Alternatively you can use a tooltip:
![Battery Widget](./bat-wid-22.png)
- a pop-up warning message which appears on bottom right corner when battery level is less that 15%:
![Battery Widget](./bat-wid-3.png)
Note that widget uses the Arc icon theme, so it should be [installed](https://github.com/horst3180/arc-icon-theme#installation) first under **/usr/share/icons/Arc/** folder. Note that widget uses the Arc icon theme, so it should be [installed](https://github.com/horst3180/arc-icon-theme#installation) first under **/usr/share/icons/Arc/** folder.
Also it's worth mentioning that if the charge is more that 95% the widget is hidden. This is done intentionally in order to save some space on wibox when laptop is plugged in dock station or power socket. You can edit this behaviour [here](https://github.com/streetturtle/awesome-wm-widgets/blob/41b0476d84646fe04b5795e072f5ac8dfdb0066b/battery-widget/battery.lua#L37)
## Installation ## Installation
This widget reads the output of acpi tool. This widget reads the output of acpi tool.