Fixed typo
This commit is contained in:
parent
abbd482ae3
commit
d75e907407
@ -6,8 +6,8 @@ local netdowninfo = wibox.widget.textbox()
|
|||||||
local netupinfo = lain.widget.net({
|
local netupinfo = lain.widget.net({
|
||||||
settings = function()
|
settings = function()
|
||||||
-- luacheck: globals widget net_now
|
-- luacheck: globals widget net_now
|
||||||
widget:set_text(string.format('%7.2f', net_now.sent))
|
widget:set_text(string.format('%6.1f', net_now.sent))
|
||||||
netdowninfo:set_text(string.format('%8.2f', net_now.received))
|
netdowninfo:set_text(string.format('%7.1f', net_now.received))
|
||||||
end,
|
end,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user