fix(waybar): clock tooltip uses single chrono format block
All checks were successful
Check / eval (push) Successful in 2m57s

Two bare `{:%…}` specs emptied the hover tooltip (box with no text).
One strftime block with an embedded newline shows date + zone; ensure
tooltip label colors on generated + summer bars.
This commit is contained in:
2026-07-10 13:50:15 +01:00
parent 869ca6b16c
commit 0834038072
7 changed files with 32 additions and 7 deletions

View File

@@ -40,7 +40,7 @@
"format": "{:%H:%M · %a %d %b}",
"on-click": "nomarchy-calendar",
"tooltip": true,
"tooltip-format": "{:%A, %d %B %Y}\n{:%Z (UTC%z)}"
"tooltip-format": "{:%A, %d %B %Y\n%Z (UTC%z)}"
},
"hyprland/workspaces": {
"disable-scroll": true,