Tags
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": "<tt><small>{calendar}</small></tt>", "calendar": { "mode" : "year", "mode-mon-col" : 3, "weeks-pos" : "right", "on-scroll" : 1, "format": { "months": "<span color='#ffead3'><b>{}</b></span>", "days": "<span color='#ecc6d9'><b>{}</b></span>", "weeks": "<span color='#99ffdd'><b>W{}</b></span>", "weekdays": "<span color='#ffcc66'><b>{}</b></span>", "today": "<span color='#ff6699'><b><u>{}</u></b></span>" } }, "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.