// vim:ft=json { "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": ["sway/window"], "modules-right": ["tray", "bluetooth", "network", "pulseaudio", "battery", "clock"], "sway/window": { "max-length": 50 }, "bluetooth": { "format": ": {status}", "format-connected": ": {device_alias}", "format-connected-battery": ": {device_alias} {device_battery_percentage}%" }, "pulseaudio": { "format": "{icon}: {volume}%", "format-bluetooth": "{icon}: {volume}%", "format-muted": "", "format-icons": { "headphone": "", "hands-free": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["", ""] }, "scroll-step": 1, "on-click": "pavucontrol" }, "network": { "format-wifi": ": {essid} ({signalStrength}%)", "max-length": 50 }, "battery": { "format": "{icon}: {capacity}%", "format-icons": ["", "", "", "", ""] }, "clock": { "format": "{:%a %d %b %H:%M}" }, "tray": { "icon-size": 18, "spacing": 10 } }