28 lines
		
	
	
		
			661 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			661 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| // -*- mode: jsonc -*-
 | |
| {
 | |
|     "layer": "top", // Waybar at top layer
 | |
|     "position": "top", // Waybar position (top|bottom|left|right)
 | |
|     "height": 16, // Waybar height (to be removed for auto height)
 | |
|     // "width": 1280, // Waybar width
 | |
|     "spacing": 4, // Gaps between modules (4px)
 | |
|     // Choose the order of the modules
 | |
|     "modules-left": [
 | |
|         "hyprland/window"
 | |
|     ],
 | |
|     "modules-right": [
 | |
|         "idle_inhibitor",
 | |
|         "network",
 | |
|         "cpu",
 | |
|         "memory",
 | |
|         "temperature",
 | |
|         "hyprland/language",
 | |
|         "battery",
 | |
|         "clock"
 | |
|     ],
 | |
|     //Modules configuration
 | |
| 
 | |
|     "include": [
 | |
| 		"~/.config/waybar/modules.json"
 | |
| 	]
 | |
| }
 |