mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-11-01 00:12:42 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			18 lines
		
	
	
		
			343 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			343 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     "modules-left": ["workspaces"],
 | |
|     "modules-right": ["network", "cpu", "memory", "battery", "clock"],
 | |
|     "cpu": {
 | |
|         "format": "{}% "
 | |
|     },
 | |
|     "memory": {
 | |
|         "format": "{}% "
 | |
|     },
 | |
|     "battery": {
 | |
|         "format": "{}% "
 | |
|     },
 | |
|     "network": {
 | |
|         "interface": "wlp2s0",
 | |
|         "format": "{} "
 | |
|     }
 | |
| }
 | 
