{ "height": 25, // Waybar height (to be removed for auto height) "modules-left": ["sway/workspaces"], "modules-center": ["sway/window"], "separator_symbol": "|" "modules-right": ["network", "cpu", "memory", "pulseaudio", "backlight","battery", "tray", "clock"], "sway/workspaces": { "disable-scroll": true, "all-outputs": true, "format": "{name}: {icon}", "format-icons": { "urgent": "", "focused": "", "default": "" } }, "tray": { "spacing": 10 }, "clock": { "timezone": "Europe/Berlin", "tooltip-format": "{:%Y %B}\n{calendar}", "format": "{:%d/%m %H:%M:%S}" }, "cpu": { "format": "{usage}% ", "tooltip": false }, "memory": { "format": "{}% " }, "backlight": { "format": "{percent}% {icon} |", "format-icons": ["", ""] }, "battery": { "states": { "good": 80, "warning": 30, "critical": 15 }, "format": "{capacity}% {icon} |", "format-charging": "{capacity}% ", "format-plugged": "{capacity}% ", "format-alt": "{time} {icon}", "format-icons": ["", "", "", "", ""] }, "network": { "format-wifi": "{essid} ({signalStrength}%) ", "format-ethernet": "{ifname}: {ipaddr}/{cidr} ", "format-linked": "{ifname} (No IP) ", "format-disconnected": "Disconnected ⚠", "format-alt": "{ifname}: {ipaddr}/{cidr}" }, "pulseaudio": { // "scroll-step": 1, // %, can be a float "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" } }