diff options
Diffstat (limited to 'battery-widget')
-rw-r--r-- | battery-widget/battery.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/battery-widget/battery.lua b/battery-widget/battery.lua index 936582c..badbc8f 100644 --- a/battery-widget/battery.lua +++ b/battery-widget/battery.lua @@ -1,3 +1,13 @@ +------------------------------------------------- +-- Battery Widget for Awesome Window Manager +-- Shows the battery status using the ACPI tool +-- More details could be found here: +-- https://github.com/streetturtle/awesome-wm-widgets/tree/master/battery-widget + +-- @author Pavel Makhov +-- @copyright 2017 Pavel Makhov +------------------------------------------------- + local awful = require("awful") local naughty = require("naughty") local watch = require("awful.widget.watch") |