From: luke bonham Date: Tue, 11 Mar 2014 20:50:44 +0000 (+0100) Subject: #32 fix attempt X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/15df52747e3ff10f61638fee7c85f6beb6bf28db #32 fix attempt --- diff --git a/widgets/bat.lua b/widgets/bat.lua index cc0eac1..c14e94c 100644 --- a/widgets/bat.lua +++ b/widgets/bat.lua @@ -122,9 +122,9 @@ local function worker(args) settings() -- notifications for low and critical states - local nperc = tonumber(bat_now.perc) if bat_now.status == "Discharging" and notify == "on" and bat_now.perc ~= nil then + local nperc = tonumber(bat_now.perc) if nperc <= 5 then bat.id = naughty.notify({