commit
1f5ff7d118
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue