[ { "include": [ "~/.config/waybar/monitor.json" ], "layer": "top", "position": "top", "height": 40, "spacing": 4, "modules-left": [ "custom/launcher", "user", "hyprland/window" ], "modules-center": [ "hyprland/workspaces" ], "modules-right": [ "pulseaudio", "network", "cpu", "memory", "temperature", "clock", "tray" ], "custom/launcher": { "format": " ", "interval": "once", "tooltip": false }, "hyprland/workspaces": { "all-outputs": false, "format": "{name}", "on-click": "activate", "sort-by-coordinates": false, "sort-by-name": true, "sort-by-number": false }, "pulseaudio": { "format": " {volume}%", "format-muted": " ", // "on-click": "alacritty -o font.size=12 -e ncpamixer -t o" "on-click": "kitty ncpamixer -t o" }, "network": { "format": " {ipaddr}", "format-disconnected": " ", "interface": "enp10s0", "tooltip-format": "{ifname} via {gwaddr}" }, "cpu": { "format": " {load}%" }, "memory": { "format": " {percentage}%" }, "temperature": { "format": " {temperatureC}°C", "thermal-zone": 3 }, "clock": { "format": " {:%H:%M}", "timezone": "Europe/Berlin", "tooltip-format": "{calendar}" }, "tray": { "icon-size": 20, "show-passive-items": true, "spacing": 5 } } ]