From 3ceeb66ce6645cbc1acad9e3820cdab65db6989f Mon Sep 17 00:00:00 2001 From: BluishHumility Date: Tue, 30 Jul 2024 23:37:58 -0400 Subject: [PATCH] feat(waybar): update clock module * Add a clock icon * Change alt format to AM/PM * Change tooltip to mini calendar, with scrollable months --- .config/waybar/config | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/.config/waybar/config b/.config/waybar/config index 0ae20bd..36df3ac 100644 --- a/.config/waybar/config +++ b/.config/waybar/config @@ -149,9 +149,23 @@ "clock": { "interval": 10, - "format-alt": " {:%e %b %Y}", // Icon: calendar-alt - "format": "{:%H:%M}", - "tooltip-format": "{:%e %B %Y}" + "format": "󰅐 {:%H:%M}", + "format-alt": "󰅐 {:%OI:%M %p}", + "tooltip-format": " {:%A %m/%d}\n\n{calendar}", + "calendar": { + "on-scroll": 1, + "format": { + "months": "{}", + "days": "{}", + "weeks": "W{}", + "weekdays": "{}", + "today": "{}" + }, + }, + "actions": { + "on-scroll-up": "shift_up", + "on-scroll-down": "shift_down" + }, }, "tray": {