51 lines
998 B
Plaintext
51 lines
998 B
Plaintext
{
|
|
"position": "top",
|
|
"modules-left": ["sway/workspaces"],
|
|
"modules-right": [
|
|
"custom/weather",
|
|
"custom/pacman-updates",
|
|
"pulseaudio",
|
|
"sway/language",
|
|
"network",
|
|
"clock",
|
|
"tray"
|
|
],
|
|
|
|
"sway/workspaces": {
|
|
"all-output": true,
|
|
"format": "{index}"
|
|
},
|
|
|
|
"custom/weather": {
|
|
"exec": "curl 'https://wttr.in/?format=1'",
|
|
"interval": 60
|
|
},
|
|
"custom/pacman-updates": {
|
|
"exec": "pacman -Qu | wc -l",
|
|
"interval": 60,
|
|
"return-type": "{}",
|
|
"format": "{} updates"
|
|
},
|
|
"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": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
"on-click": "firefox https://calendar.google.com"
|
|
},
|
|
"tray": {
|
|
"icon-size": 16,
|
|
"spacing": 10
|
|
}
|
|
}
|