{ "height": 35, "modules-left": [ "sway/workspaces", "sway/mode", "sway/window" ], "modules-center": [], "modules-right": [ "idle_inhibitor", "pulseaudio", "backlight", "network", //"cpu", // "memory", "battery", "clock", "tray", "sway/language" ], "sway/mode": { "format": "{}" }, "sway/window": { "max-length": 50 }, "tray": { "spacing": 10 }, "clock": { "tooltip-format": "{:%Y %B}\n{calendar}", "format": " {:%Y-%m-%d %H:%M}" }, "cpu": { "format": " {usage}%", "tooltip": false }, "memory": { "format": " {}%" }, "backlight": { "format": "{icon} {percent}%", "format-icons": [ "", "" ] }, "battery": { "states": { "warning": 30, "critical": 15 }, "format": "{icon} {capacity}%", "format-charging": " {capacity}%", "format-plugged": " {capacity}%", "format-alt": "{time} {icon}", "format-icons": [ "", "", "", "", "" ] }, "network": { "format-wifi": " ({signalStrength}%)", "format-ethernet": " {ipaddr}", "format-linked": " {ifname} (No IP)", "format-disconnected": "⚠ Disconnected" }, "pulseaudio": { "format": "{icon} {volume}% {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" }, "sway/language": { "format": "{flag}", "on-click": "swaymsg input type:keyboard xkb_switch_layout next" }, "idle_inhibitor": { "start-activated": true, "format": "{icon}", "format-icons": { "activated": "", "deactivated": "" } } }