X-Git-Url: https://git.madduck.net/etc/awesome.git/blobdiff_plain/d65d0b6426ded28f6a5b4cd2cc0b65d34c4d4c6a..6714db710a53b3c13d4526dcd922e1333ca6c1af:/widgets/cpu.lua diff --git a/widgets/cpu.lua b/widgets/cpu.lua index 7c1ecb0..96e0d3b 100644 --- a/widgets/cpu.lua +++ b/widgets/cpu.lua @@ -58,7 +58,7 @@ local function worker(args) local dactive = active - cpu.last_active local dtotal = total - cpu.last_total - cpu_now = {} + cpu_noj = {} cpu_now.usage = tostring(math.ceil((dactive / dtotal) * 100)) widget = cpu.widget