{ "position": "top", "modules-left": ["sway/workspaces", "custom/player", "sway/mode"], "modules-right": [ "custom/weather", "custom/pacman-updates", "pulseaudio", "sway/language", "network", "clock", "tray" ], "sway/workspaces": { "all-output": true, "format": "{index}" }, "custom/player": { "exec": "playerctl metadata -f '{{emoji(status)}} {{title}} by {{artist}}'", "on-click": "playerctl play-pause", "on-click-right": "pamixer -t", "restart-interval": 0, "tooltip": false, "max-length": 40 }, "sway/mode": { "format": "--{}--" }, "custom/weather": { "exec": "curl 'https://wttr.in/?format=1'", "interval": 60, "on-click": "firefox https://wttr.in", "tooltip": false }, "custom/pacman-updates": { "exec": "pacman -Qu | wc -l", "interval": 60, "return-type": "{}", "format": "{} updates", "on-click": "alacritty -e sudo pacman -Syu", "tooltip": false }, "pulseaudio": { "tooltip": false, "format-muted": "MUTE" }, "sway/language": { "tooltip": false }, "network": { "format": "{icon}", "format-icons": [""], "format-disconnected": "No network", "tooltip": false }, "clock": { "format": "{:%d %b %H:%M, %A}", "tooltip-format": "{:%Y %B}\n{calendar}", "on-click": "firefox https://calendar.google.com" }, "tray": { "icon-size": 16, "spacing": 10 } }