From e6c30597276edfa2637cde277d7d30209612dd5c Mon Sep 17 00:00:00 2001 From: pmakhov Date: Sat, 9 Dec 2017 14:39:46 -0500 Subject: Possible fix for the memory leak (issue #11) --- battery-widget/battery.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'battery-widget') 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") -- cgit v1.2.3