18 lines
		
	
	
		
			376 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			376 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
{
 | 
						|
    "layer": "top",
 | 
						|
    "modules-left": ["sway/workspaces", "sway/window"],
 | 
						|
    "modules-center": ["weather"],
 | 
						|
    "modules-right": ["cpu", "memory", "network", "clock"],
 | 
						|
    "sway/workspaces": {
 | 
						|
        "all-outputs": true
 | 
						|
    },
 | 
						|
    "sway/window": {
 | 
						|
        "all-outputs": true,
 | 
						|
        "max-length": 30
 | 
						|
    },
 | 
						|
    "clock": {
 | 
						|
        "format": "{:%A, %b. %e %r}"
 | 
						|
    }
 | 
						|
}
 | 
						|
 |