2025-07-22 Notes ━━━━━━━━━━━━━━━━ Next I ripped a calendar from the docs. When hovered I get a full year calendar, right click gives me only the current month. Date: July 22, 2025 Waybar ricing ───────────── ``` "format": "{:%a %b %d %I:%M %p}", ``` Next I ripped a calendar from the docs. When hovered I get a full year calendar, right click gives me only the current month. ``` "clock": { "format": "{:%a %b %d %I:%M %p}", "format-alt": "{:%A, %B %d, %Y (%R)}  ", "tooltip-format": "{calendar}", "calendar": { "mode" : "year", "mode-mon-col" : 3, "weeks-pos" : "right", "on-scroll" : 1, "format": { "months": "{}", "days": "{}", "weeks": "W{}", "weekdays": "{}", "today": "{}" } }, "actions": { "on-click-right": "mode", "on-scroll-up": "tz_up", "on-scroll-down": "tz_down", "on-scroll-up": "shift_up", "on-scroll-down": "shift_down" } } ``` I still want to change up the colors, but I’m happy with the usefulness of this for now. Image: screenshot-2025-07-22T13-01-20-275Z.png