{ "layer": "top", "position": "top", "height": 24, "modules-left": ["sway/workspaces", "sway/window"], "modules-center": ["clock"], "modules-right": ["tray", "temperature", "cpu", "memory", "network", "pulseaudio"], "sway/workspaces": { "disable-scroll": true, "disable-click": true, }, "tray": { "spacing": 10, }, "clock": { "format": "{:%a %Y %b %d %R}" }, "cpu": { "format": " {usage}%" }, "memory": { "format": " {}%" }, "temperature": { "critical-threshold": 85, "format": " {temperatureC}°C" }, "network": { "format-wifi": " {essid}", "format-disconnected": "⚠ Disconnected" }, "pulseaudio": { "format": "{icon} {volume}%", "format-muted": "", "format-icons": { "headphones": "", "default": ["", ""] }, "on-click": "pavucontrol" }, }