From b1385e585e461389d3b448a0223ab01ddcd68ae1 Mon Sep 17 00:00:00 2001 From: Yingjie Wang Date: Wed, 28 Aug 2024 10:41:30 -0400 Subject: [PATCH] new: time and cal drawer --- waybar/themes/meow-blur/modules.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) 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" + ] } }