From: luke bonham Date: Sat, 15 Mar 2014 10:13:26 +0000 (+0100) Subject: #32 fix attempt 2 X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/5c9ddf31ae45eee33586b6ec7bac7ccfaf9086fa #32 fix attempt 2 --- diff --git a/widgets/bat.lua b/widgets/bat.lua index c14e94c..1d8f8c3 100644 --- a/widgets/bat.lua +++ b/widgets/bat.lua @@ -124,7 +124,7 @@ local function worker(args) -- notifications for low and critical states if bat_now.status == "Discharging" and notify == "on" and bat_now.perc ~= nil then - local nperc = tonumber(bat_now.perc) + local nperc = tonumber(bat_now.perc) or 100 if nperc <= 5 then bat.id = naughty.notify({ diff --git a/wiki b/wiki index 434d32a..b35f693 160000 --- a/wiki +++ b/wiki @@ -1 +1 @@ -Subproject commit 434d32a7dac5770ed7ddd1581967df7d7aeb76be +Subproject commit b35f6931d9685d53e10a051c1d558151331b041f