mirror of https://github.com/lcpz/lain.git
fix typo
This commit is contained in:
parent
6714db710a
commit
bb7fbebf1f
|
@ -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…
Reference in New Issue