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