Merge pull request #58 from cmtm/master

fix typo in cpu widget
This commit is contained in:
Luke Bonham 2014-08-08 13:33:47 +02:00
commit 1f5ff7d118
1 changed files with 1 additions and 1 deletions

View File

@ -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