diff --git a/waybar/themes/meow-blur/modules.json b/waybar/themes/meow-blur/modules.json index 6f69101..f67f986 100644 --- a/waybar/themes/meow-blur/modules.json +++ b/waybar/themes/meow-blur/modules.json @@ -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" + ] } }