{ "position": "bottom", "height": 24, "modules-left": [ "sway/workspaces", "sway/mode", "sway/window", ], "modules-center": [], "modules-right": [ "tray", "idle_inhibitor", "network#ethernet", "network#wifi", "pulseaudio", "battery", "clock", ], "idle_inhibitor": { "format": "{icon}", "format-icons": { "activated": "", "deactivated": "" }, "tooltip": false, }, "clock": { "interval": 1, "format": "{:%Y-%m-%d %H:%M:%S}", "tooltip-format": "{:%B %Y (W%U)}\n{calendar}", }, "battery": { "states": { "warning": 30, "critical": 15 }, "format": "{capacity}% {icon}", "format-charging": "{capacity}% ", "format-plugged": "{capacity}% ", "format-alt": "{time} {icon}", "format-icons": ["", "", "", "", ""] }, "network#ethernet": { "interface": "eth0", "format-ethernet": "{ipaddr}/{cidr} ", "tooltip": false, }, "network#wifi": { "interface": "wlan0", "format-wifi": "{essid} ", "format-linked": "⚠", "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": ["", "", ""] }, }, }