{ "layer": "top", "position": "top", "modules-left": ["hyprland/workspaces"], "modules-center": ["clock"], "modules-right": ["idle_inhibitor", "cpu", "memory", "disk", "temperature", "pulseaudio", "network", "tray"], "hyprland/workspaces": { "format": "{icon}", "on-click": "activate", "on-scroll-up": "hyprctl dispatch workspace e-1", "on-scroll-down": "hyprctl dispatch workspace e+1", "all-outputs": true, "persistent-workspaces": { "*": [1,2,3,4,5,6,7,8,9] } }, "clock": { "format": "{:%a %d.%m %H:%M}", "tooltip-format": "{:%Y %B}\n{calendar}", "format-alt": "{:%Y-%m-%d}" }, "cpu": { "format": " {usage}%" }, "memory": { "format": " {used}G/{total}G" }, "temperature": { "critical-threshold": 80, "format": " {temperatureC}°C" }, "disk": { "format": " {free} free", "path": "/" }, "idle_inhibitor": { "format": " {status}", "format-alt": " {status}" }, "network": { "format-ethernet": "󰈀 {ipaddr}/{cidr}", "format-linked": "󰈂 {ifname} (No IP)", "format-disconnected": "󰖪 Disconnected", "format-alt": "{ifname}: {ipaddr}/{cidr}", "tooltip-format": "{ifname} via {gwaddr}", "tooltip-format-ethernet": "󰈀 {ifname}: {ipaddr}/{cidr}\nGateway: {gwaddr}", "on-click": "nm-connection-editor" }, "pulseaudio": { "format": "{icon} {volume}%", "format-muted": "󰝟 Muted", "format-icons": { "headphone": "󰋋", "hands-free": "󱡒", "headset": "󰋎", "phone": "󰏲", "portable": "󰦧", "car": "󰄋", "default": ["󰕿", "󰖀", "󰕾"] }, "on-click": "pavucontrol" } }