mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-31 16:02:43 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			33 lines
		
	
	
		
			916 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			916 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| {
 | |
|     // "layer": "top", // Waybar at top layer
 | |
|     // "position": "bottom", // Waybar at the bottom of your screen
 | |
|     // "height": 30, // Waybar height
 | |
|     // "width": 1280, // Waybar width
 | |
|     // Choose the order of the modules
 | |
|     "modules-left": ["workspaces", "custom/spotify"],
 | |
|     "modules-right": ["pulseaudio", "network", "cpu", "memory", "battery", "clock"],
 | |
|     // Modules configuration
 | |
|     "cpu": {
 | |
|         "format": "{}% "
 | |
|     },
 | |
|     "memory": {
 | |
|         "format": "{}% "
 | |
|     },
 | |
|     "battery": {
 | |
|         "format": "{value}% {icon}",
 | |
|         "format-icons": ["", "", "", "", ""]
 | |
|     },
 | |
|     "network": {
 | |
|         "interface": "wlp2s0",
 | |
|         "format": "{essid} ({signalStrength}%) "
 | |
|     },
 | |
|     "pulseaudio": {
 | |
|         "format": "{}% ",
 | |
|         "format-muted": ""
 | |
|     },
 | |
|     "custom/spotify": {
 | |
|         "format": " {}",
 | |
|         "exec": "$HOME/.bin/mediaplayer.sh"
 | |
|     }
 | |
| }
 | 
