This commit is contained in:
streetturtle 2015-07-13 18:37:31 +02:00
parent 6ea32bb516
commit d79cc9727a
1 changed files with 20 additions and 2 deletions

View File

@ -1,6 +1,24 @@
# Battery widget
Simple and easy-to-install widget for Awesome Window Manager
## Battery widget
Simple and easy-to-install widget for Awesome Window Manager.
Basically this widget consist of an icon which shows the battery status: ![Battery Widget](./batWid1.png)
And a pop-up window, which shows when you hover over it: ![Battery Widget](./batWid2.png)
## Installation
This widget ueses the output of acpi tool.
- install `acpi` tool:
-
{% highlight bash %}
sudo apt-get install acpi
{% endhighlight %}
- clone/copy battery.lua file and battery-icons folder to your ~/home/username/.config/awesome/ folder;
- add battery widget to your wibox in rc.lua:
{% highlight lua%}
right_layout:add(batteryIcon)
{% endhighlight %}