From a090299119b22fcfea78f4d055d52e8105ea57c1 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Sun, 28 Jul 2024 21:20:42 -0400 Subject: [PATCH] changed calendar tooltip --- src/user/modules/gui/wm/hyprland/config/waybar/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/user/modules/gui/wm/hyprland/config/waybar/config b/src/user/modules/gui/wm/hyprland/config/waybar/config index ec5559d..451719f 100644 --- a/src/user/modules/gui/wm/hyprland/config/waybar/config +++ b/src/user/modules/gui/wm/hyprland/config/waybar/config @@ -54,7 +54,7 @@ "clock": { "format": "{:%I:%M:%S %p}", "interval":1, - "tooltip-format": "\n{:%Y %B}\n{calendar}", + "tooltip-format": "\n{:%d %A}\n{calendar}", "calendar-weeks-pos": "right", "today-format": "{}", "format-calendar": "{}",