Add calendar for clock module

This commit is contained in:
2021-10-14 21:02:31 +03:00
parent 0aabf41473
commit c26633b55c

View File

@@ -22,6 +22,7 @@
}, },
"clock": { "clock": {
"format": "{:%d %b %H:%M, %A}", "format": "{:%d %b %H:%M, %A}",
"tooltip": false "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
"on-click": "firefox https://calendar.google.com"
} }
} }