37 lines
		
	
	
		
			515 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
		
		
			
		
	
	
			37 lines
		
	
	
		
			515 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
|  | { | ||
|  | "include": "~/.config/waybar/modules", | ||
|  | "layer": "top", | ||
|  | "exclusive": true, | ||
|  | "passthrough": false, | ||
|  | "position": "top", | ||
|  | "spacing": 3, | ||
|  | "fixed-center": true, | ||
|  | "ipc": true, | ||
|  | "margin-top": 0, | ||
|  | "margin-left": 0, | ||
|  | "margin-right": 0, | ||
|  | "margin-bottom": 0, | ||
|  | 
 | ||
|  | "modules-left": [ | ||
|  |   "hyprland/workspaces", | ||
|  |   "clock", | ||
|  | 	"custom/cava", | ||
|  |   "mpris" | ||
|  | 	], | ||
|  | 
 | ||
|  | "modules-center": [ | ||
|  | 	"hyprland/window" | ||
|  | 	],  | ||
|  | 
 | ||
|  | "modules-right": [ | ||
|  | 	"wlr/taskbar", | ||
|  | 	"cpu",  | ||
|  | 	"temperature",  | ||
|  | 	"memory", | ||
|  | 	"custom/swaync", | ||
|  | 	"pulseaudio", | ||
|  |   "bluetooth", | ||
|  |   "idle_inhibitor" | ||
|  | 	] | ||
|  | } |