---
title: "2025-07-22 Notes"
description: "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: 2025-07-22
published: true
template: daily
---


## Waybar ricing

``` json
  "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.

``` json
"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.

![screenshot-2025-07-22T13-01-20-275Z.png](https://dropper.waylonwalker.com/api/file/a4fb1285-2830-4ccd-a974-347d0acf5fd5.png)
