This commit is contained in:
2021-10-15 11:41:08 +03:00
parent 743e5d48e6
commit 4371be412c
2 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
{
"position": "top",
"modules-left": ["sway/workspaces"],
"modules-right": ["pulseaudio", "sway/language", "network", "clock"],
"modules-right": ["pulseaudio", "sway/language", "network", "clock", "tray"],
"sway/workspaces": {
"all-output": true,
@@ -24,5 +24,9 @@
"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
}
}