Files
dotfiles/waybar/config
2021-10-15 11:41:08 +03:00

33 lines
689 B
Plaintext

{
"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": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"on-click": "firefox https://calendar.google.com"
},
"tray": {
"icon-size": 16,
"spacing": 10
}
}