{ "layer": "bottom", "position": "bottom", "modules-left": ["sway/workspaces", "sway/mode", "sway/window"], "modules-center": [], "modules-right": [ "memory", "cpu", "pulseaudio", "clock", "tray" ], "sway/window": { "max-length": 50 }, "sway/mode": { "format": "{}" }, "clock": { "tooltip-format": "{:%Y %B}\n{calendar}", "format": "{:%a %d %b %H:%M}" }, "tray": { "icon-size": 30, "spacing": 10 }, "memory": { "format": "{}% " }, "temperature": { "critical-threshold": 80, "format": "{temperatureC}°C {icon}", "format-icons": ["", "", ""] }, "pulseaudio": { "format": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth-muted": " {icon} {format_source}", "format-muted": " {format_source}", "format-source": "{volume}% ", "format-source-muted": "", "format-icons": { "headphone": "", "hands-free": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["", "", ""] }, "on-click": "pavucontrol" }, "cpu": { "format": "{usage}% ", "tooltip": false } }