{ "layer": "top", "position": "top", "margin-bottom": 0, "modules-left": [ "clock", "custom/separator", "hyprland/workspaces", "custom/separator", "tray" ], "modules-center": [ "hyprland/window" ], "modules-right": [ "network", "temperature", "memory", "cpu", "pulseaudio", "battery", "custom/separator", "custom/powermenu" ], "custom/separator": { "exec": "echo \"|\"", "format": "{}" }, "tray": { "icon-size": 16, "spacing": 8 }, "clock": { "format": " {:%H:%M} ", "interval": 60, "tooltip": true, "tooltip-format": "{:%d %B %H:%M}" }, "hyprland/workspaces": { "format": "{icon}", "separate-outputs": true, "active-only": false, "all-outputs": true }, "hyprland/window": { "format": "{}" }, "network": { "format": "󰖩 ", "tooltip-format-ethernet": "{ifname} ", "interface": "enp34s0", "interval": 2 }, "temperature": { "format": "{icon} {temperatureC}°C ", "hwmon-path": "/sys/class/hwmon/hwmon2/temp1_input", "critical-threshold": 80, "format-icons": [ "", "", "" ] }, "memory": { "format": "󰍛 {}% ", "tooltip": "false" }, "cpu": { "format": " {usage}% ", "tooltip": "false" }, "pulseaudio": { "format": " {volume}%", "scroll-step": 1, "on-click": "pavucontrol" }, "battery": { "format": "{capacity}% {icon}", "format-icons": [ "", "", "", "", "" ] }, "custom/powermenu": { "format": "  ", "tooltip": false, "on-click": "exec wlogout -p layer-shell" } }