{ "layer": "top", "position": "top", "height": 30, "spacing": 6, "margin-top": 4, "margin-left": 8, "margin-right": 8, "modules-left": ["niri/workspaces", "niri/window"], "modules-center": ["clock"], "modules-right": [ "tray", "network", "pulseaudio", "cpu", "memory", "custom/power" ], "niri/workspaces": { "format": "{icon}", "format-icons": { "default": "", "active": "", "urgent": "" } }, "niri/window": { "format": "{title}", "max-length": 80, "separate-outputs": true }, "clock": { "format": "{:%a %d %b %H:%M}", "tooltip-format": "{calendar}" }, "cpu": { "format": " {usage}%", "interval": 2 }, "memory": { "format": " {used:0.1f}G", "interval": 5 }, "network": { "format-wifi": " {essid}", "format-ethernet": " {ifname}", "format-disconnected": "⚠ offline", "tooltip-format": "{ifname} · {ipaddr}" }, "pulseaudio": { "format": "{icon} {volume}%", "format-muted": " muted", "format-icons": { "default": ["", "", ""] }, "on-click": "pavucontrol" }, "tray": { "icon-size": 16, "spacing": 8 }, "custom/power": { "format": "⏻", "tooltip": false, "on-click": "wlogout" } }