29 lines
625 B
Plaintext
29 lines
625 B
Plaintext
{
|
|
"position": "top",
|
|
"modules-left": ["sway/workspaces"],
|
|
"modules-right": ["pulseaudio", "sway/language", "network", "clock"],
|
|
|
|
"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": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
"on-click": "firefox https://calendar.google.com"
|
|
}
|
|
}
|