new: time and cal drawer

This commit is contained in:
Yingjie Wang 2024-08-28 10:41:30 -04:00
parent 14cdc8e93b
commit b1385e585e

View File

@ -468,5 +468,18 @@
"exec": "python3 ~/dotfiles/scripts/waybar-khal.py",
"return-type": "json",
"on-click-right": "vdirsyncer sync"
},
"group/time": {
"orientation": "inherit",
"drawer": {
"transition-duration": 300,
"children-class": "not-memory",
"transition-left-to-right": false
},
"modules": [
"clock",
"custom/events"
]
}
}