From 4d31b2c85d0f2fc8eb0e5643a50908469a6beb6e Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Fri, 13 Jun 2025 00:22:01 +0300 Subject: [PATCH] feat: Calendar color formatting for waybar --- waybar/config.jsonc | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/waybar/config.jsonc b/waybar/config.jsonc index 52f84a5..d04d048 100644 --- a/waybar/config.jsonc +++ b/waybar/config.jsonc @@ -134,9 +134,18 @@ "clock": { // "timezone": "America/New_York", "interval": 1, - "tooltip-format": "{:%Y %B}\n{calendar}", + "tooltip-format": "{:%A ( %B %d )}\n{calendar}", "format": "{:%H:%M:%S}", - "format-alt": "{:%Y-%m-%d}" + "format-alt": "{:%Y-%m-%d}", + "calendar": { + "format": { + "months": "{}", + "days": "{}", + "weeks": "W{}", + "weekdays": "{}", + "today": "{}" + } + } }, "cpu": { "format": "{usage}% ",