{
"position": "top",
"modules-left": ["sway/workspaces"],
"modules-right": ["pulseaudio", "sway/language", "network", "clock", "tray"],
"sway/workspaces": {
"all-output": true,
"format": "{index}"
},
"pulseaudio": {
"tooltip": false,
"format-muted": "MUTE"
},
"sway/language": {
"tooltip": false
},
"network": {
"format": "{icon} connected",
"format-icons": [""],
"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
}
}