{ "layer": "top", "height": 20, "modules-left": ["sway/workspaces", "sway/mode", "custom/media"], "modules-center": ["sway/window"], "modules-right": ["tray", "pulseaudio", "battery", "clock"], // Modules configuration "sway/workspaces": { "disable-scroll": true, "all-outputs": true, "format": "{name}" }, "sway/mode": { "format": "{}" }, "idle_inhibitor": { "format": "{icon}", "format-icons": { "activated": "", "deactivated": "" } }, "tray": { // "icon-size": 21, "spacing": 10 }, "clock": { "tooltip": "{:%Y-%m-%d}", "format": "{:%H:%M}", "format-alt": "{:%Y-%m-%d}" }, "battery": { "states": { // "good": 95, "warning": 30, "critical": 15 }, "format": "Bat {capacity}%", "format-charging": "Chg {capacity}%", "format-plugged": "Plg {capacity}%", "format-alt": "{time} {icon}", // "format-good": "", // An empty format will hide the module // "format-full": "", "format-icons": ["", "", "", "", ""] }, "battery#bat2": { "bat": "BAT2" }, "network": { // "interface": "wlp2*", // (Optional) To force the use of this interface "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": "Vol {volume}%", "format-bluetooth": "BT {volume}% {format_source}", "format-bluetooth-muted": "BT Muted {format_source}", "format-muted": "Vol Muted {format_source}", "format-source": "{volume}%", "format-source-muted": "Muted" } }