Initial commit.
This commit is contained in:
		
							
								
								
									
										27
									
								
								config.jsonc
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								config.jsonc
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,27 @@ | ||||
| // -*- 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" | ||||
| 	] | ||||
| } | ||||
		Reference in New Issue
	
	Block a user