waybar: add calendar tooltip to date section

This commit is contained in:
surtur 2021-05-29 22:23:47 +02:00
parent 0e44a41499
commit 56a637f963
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -27,7 +27,8 @@
"clock#date": { "clock#date": {
"interval": 10, "interval": 10,
"format": " {:%a %d %b} ", "format": " {:%a %d %b} ",
"tooltip": false "tooltip": true,
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
}, },
"memory": { "memory": {
"interval": 5, "interval": 5,