{ "position": "bottom", "modules-left": ["sway/workspaces"], "modules-right": ["tray", "network", "backlight", "pulseaudio", "battery", "clock"], // Modules configuration "sway/workspaces": { "disable-scroll": true, "all-outputs": true, "persistent_workspaces": { "1": [], "2": [], "3": [], "4": [], "5": [], "6": [], "7": [], "8": [], "9": [], "10": [] }, }, "tray": { "spacing": 10, }, "network": { "format": "{bandwidthDownBits} ↓↑ {bandwidthUpBits}", "interval": 2 }, "backlight": { "device": "intel_backlight", "on-scroll-up": "light -A 10", "on-scroll-down": "light -U 10", "format": "{icon} {percent}%", "format-icons": ["", "", ""] }, "pulseaudio": { "on-click": "pavucontrol", "format": "{icon} {volume}%", "format-muted": "ﱝ Muted", "format-icons": ["", "", "墳", ""] }, "battery": { "states": { "warning": 20, "critical": 5, }, "format": "{icon} {capacity}%", "format-icons": { "default": ["", "", "", "", ""], "charging": ["", "", "", "", ""] }, }, "clock": { "format": " {:%a %b %d - %H:%M}", "tooltip-format": "{:%Y %B}\n{calendar}", } }