{ "layer": "top", "position": "top", "height": 30, "spacing": 4, "margin-top": 6, "margin-left": 10, "margin-right": 10, "modules-left": [ "hyprland/workspaces", "custom/layout", "hyprland/window" ], "modules-center": [], "modules-right": [ "group/sysmonitor", "custom/netspeed", "wireplumber", "tray", "clock" ], "group/sysmonitor": { "orientation": "horizontal", "modules": [ "cpu", "temperature", "memory", "disk", "battery" ] }, "hyprland/workspaces": { "disable-scroll": true, "all-outputs": true, "format": "{name}", "sort-by-number": true }, "custom/layout": { "exec": "waybar-layout", "return-type": "json", "interval": 1, "on-click": "cycle-layout" }, "hyprland/window": { "max-length": 50, "separate-outputs": true }, "cpu": { "interval": 10, "format": "󰍛 {}%", "on-click": "toggle-scratchpad monitor" }, "temperature": { "interval": 10, "hwmon-path-abs": "/sys/devices/pci0000:00/0000:00:18.3/hwmon", "input-filename": "temp1_input", "critical-threshold": 80, "format": "󰔏 {temperatureC}°C", "format-critical": "󰸁 {temperatureC}°C", "on-click": "toggle-scratchpad monitor" }, "memory": { "interval": 30, "format": "󰘚 {}%", "on-click": "toggle-scratchpad monitor" }, "disk": { "interval": 30, "format": "󰆼 {percentage_used}%", "path": "/", "on-click": "toggle-scratchpad monitor" }, "custom/netspeed": { "exec": "waybar-netspeed", "return-type": "json", "interval": 2, "on-click": "toggle-scratchpad network" }, "battery": { "interval": 30, "states": { "warning": 30, "critical": 15 }, "format": "{icon} {capacity}%", "format-charging": "󰂄 {capacity}%", "format-plugged": "󰚥 {capacity}%", "format-icons": ["󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"], "tooltip-format": "{timeTo}" }, "tray": { "icon-size": 22, "spacing": 10 }, "clock": { "format": "{:%a, %b %d %Y %I:%M %p %Z}", "tooltip-format": "{calendar}", "calendar": { "format": { "today": "{}" } } }, "wireplumber": { "format": "󰕾 {volume}%", "format-muted": "󰝟 Muted", "on-click": "wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle", "on-click-right": "toggle-scratchpad audio", "on-scroll-up": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+", "on-scroll-down": "wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%-" } }