{ "position": "bottom", "height": 24, "modules-left": [ "sway/workspaces", "sway/mode", ], "modules-center": [], "modules-right": [ "privacy", "tray", "idle_inhibitor", "network", "pulseaudio", "battery", "clock", ], "idle_inhibitor": { "format": "{icon}", "format-icons": { "activated": "", "deactivated": "" }, "tooltip": false, }, "clock": { "interval": 1, "format": "{:%a %Y-%m-%d %H:%M:%OS}", "tooltip-format": "W{:%U} {calendar}", }, "battery": { "states": { "warning": 30, "critical": 15 }, "format": "{capacity}% {icon}", "format-charging": "{capacity}% ", "format-plugged": "{capacity}% ", "format-alt": "{time} {icon}", "format-icons": ["", "", "", "", ""] }, "network": { "format-ethernet": "{ifname} ", "format-wifi": "{essid} ", "format-linked": "{ifname} ⚠", "tooltip-format": "{ipaddr}/{cidr}" }, "pulseaudio": { "scroll-step": 0, "format": "{volume}% {icon} {format_source}", "format-bluetooth": "{volume}% {icon} {format_source}", "format-bluetooth-muted": " {icon} {format_source}", "format-muted": "{volume}-  {format_source}", "format-source": "{volume}% ", "format-source-muted": "{volume}- ", "format-icons": { "headphone": "", "hands-free": "", "headset": "", "phone": "", "portable": "", "car": "", "default": ["", "", ""] }, "on-click": "pavucontrol", }, "privacy": { "modules": [ { "type": "screenshare" }, { "type": "audio-in" }, { "type": "audio-out" }, ] }, }