Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool tip of clock module doesn't update #3031

Closed
dryBoneMarrow opened this issue Mar 18, 2024 · 2 comments
Closed

Tool tip of clock module doesn't update #3031

dryBoneMarrow opened this issue Mar 18, 2024 · 2 comments

Comments

@dryBoneMarrow
Copy link

Since version 10.0, the tool tip of the clock module won't update anymore.
I configured the tool tip to show the time including seconds and the weekday. On version 9.24 the tool tip worked as expected (I downgraded the package to test it), however on version 10 the tool tip will show the time of when waybar was loaded (hence it doesn't get updated).
I'm on Arch / Hyprland

The config for the clock:

"clock": {
    "interval": 1,
    "format": "{:%R, %d/%m/%y}",
    "tooltip-format": "{:%H:%M:%S, %A}"
  },
@DavidHenryThoreau
Copy link

Same issue :
Date is displayed as Tuesday 19 March 2024 10:53

% grep -A 13 clock  .config/waybar/config
                "clock",
                "clock#time"
        ],


        "clock": {
        "timezone": "Europe/Paris",
        "format": " {:%A %d %B %Y}",
        "tooltip-format": "<tt><small>{calendar}</small></tt>",
        "calendar": {
                   "mode"          : "year",
                   "mode-mon-col"  : 3,
                   "weeks-pos"     : "left",
                   "on-scroll"     : 1,
                   "on-click-right": "mode",
                   "format": {
                 //            "months":     "<span color='#ffead3'><b>{}</b></span>",
                 //            "days":       "<span color='#ecc6d9'><b>{}</b></span>",
                               "weeks":      "<span color='#7D8082'><b>S{}</b></span>",
--
        "clock#time": {
                "interval": 1,
                "format": "{:%H:%M}",
                "timezone": "Europe/Paris",
                "tooltip": false
        },
% timedatectl
               Local time: mar. 2024-03-19 10:50:14 CET
           Universal time: mar. 2024-03-19 09:50:14 UTC
                 RTC time: mar. 2024-03-19 09:50:14
                Time zone: Europe/Paris (CET, +0100)
System clock synchronized: yes
              NTP service: active
          RTC in local TZ: no

@dryBoneMarrow
Copy link
Author

dryBoneMarrow commented Apr 23, 2024

This merge request resolved the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants