39 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			39 lines
		
	
	
	
		
			1.3 KiB
		
	
	
	
		
			Text
		
	
	
	
	
	
| {
 | |
|     "height": 24, // Waybar height (to be removed for auto height)
 | |
|     "modules-left": ["hyprland/workspaces"],
 | |
|     "modules-center": ["hyprland/window"],
 | |
|     "modules-right": ["tray", "idle_inhibitor", "pulseaudio", "clock"],
 | |
|     "hyprland/window": {
 | |
|       "separate-outputs": true
 | |
|     },
 | |
|     "idle_inhibitor": {
 | |
|         "format": "{icon}",
 | |
|         "format-icons": {
 | |
|             "activated": "",
 | |
|             "deactivated": ""
 | |
|         }
 | |
|     },
 | |
|     "tray": {
 | |
|         // "icon-size": 21,
 | |
|         "spacing": 10
 | |
|     },
 | |
|     "clock": {
 | |
|         "timezone": "Europe/Berlin",
 | |
|         "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
 | |
|         "format": "{:L%Y-%m-%d<small> [%a] </small>%H:%M}"
 | |
|     },
 | |
|        "pulseaudio": {
 | |
|         "scroll-step": 5, // %, can be a float
 | |
|         "format": "{icon}  {volume}% {format_source}",
 | |
|         "format-bluetooth": " {icon}  {volume}%  {format_source}",
 | |
|         "format-bluetooth-muted": " {icon} {format_source}",
 | |
|         "format-muted": "{format_source}",
 | |
|         "format-source": "  {volume}%",
 | |
|         "format-source-muted": "",
 | |
|         "format-icons": {
 | |
|             "default": ["", "", ""]
 | |
|         },
 | |
|         "on-click": "pavucontrol",
 | |
|         "on-click-right": "foot -a pw-top pw-top"
 | |
|     },
 | |
| }
 |