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}% ",