Moved separator to correct position
This commit is contained in:
		@@ -72,7 +72,7 @@ return function(s)
 | 
				
			|||||||
        local tray = wibox.widget.systray()
 | 
					        local tray = wibox.widget.systray()
 | 
				
			||||||
        tray.screen = s
 | 
					        tray.screen = s
 | 
				
			||||||
        screen_info_widgets = gears.table.join(
 | 
					        screen_info_widgets = gears.table.join(
 | 
				
			||||||
            { create_separator(),tray },
 | 
					            { tray, create_separator() },
 | 
				
			||||||
            info_widgets
 | 
					            info_widgets
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
    end
 | 
					    end
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user