Fixed typo
This commit is contained in:
		@@ -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,
 | 
				
			||||||
})
 | 
					})
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user