From: Luke Bonham Date: Fri, 8 Aug 2014 11:33:47 +0000 (+0200) Subject: Merge pull request #58 from cmtm/master X-Git-Url: https://git.madduck.net/etc/awesome.git/commitdiff_plain/1f5ff7d118b6a86f0982755302f62551d10dfaa7?hp=6e43bfa5128be39efe554678f8a0670b6c0038a6 Merge pull request #58 from cmtm/master fix typo in cpu widget --- diff --git a/widgets/cpu.lua b/widgets/cpu.lua index 96e0d3b..7c1ecb0 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_noj = {} + cpu_now = {} cpu_now.usage = tostring(math.ceil((dactive / dtotal) * 100)) widget = cpu.widget