fix typo
This commit is contained in:
parent
44facf1624
commit
d2b3a0804d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ local function worker(args)
|
||||||
local dactive = active - cpu.last_active
|
local dactive = active - cpu.last_active
|
||||||
local dtotal = total - cpu.last_total
|
local dtotal = total - cpu.last_total
|
||||||
|
|
||||||
cpu_noj = {}
|
cpu_now = {}
|
||||||
cpu_now.usage = tostring(math.ceil((dactive / dtotal) * 100))
|
cpu_now.usage = tostring(math.ceil((dactive / dtotal) * 100))
|
||||||
|
|
||||||
widget = cpu.widget
|
widget = cpu.widget
|
||||||
|
|
Loading…
Add table
Reference in a new issue