#[SOVED] [waybar-hyprland] the clock cannot be displayed after the latest update

9 messages · Page 1 of 1 (latest)

umbral creek
#

"[error] clock: chrono format error: no '%' at start of chrono-specs" this is the error i get when i launch waybar from terminal. Waybar does appear and everything else works fine, except i cant see the time.

"clock": {
"format": "{:󰸗 %a, %B %d 󰥔 %I:%M %p}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
},

this is how my waybar config file's clock module looks like, ive tried doing alot of stuff aswell, seems like theres some problem with "format" and i cant fix it man

shell compass
#

here you go:

    "clock": {
        "format": "󰸗   {:%a, %B %d  󰥔   %I:%M %p}",
        "tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
    },
#

the issue was, the "format": "{: should be followed by %, and you put an emoji there, just moved the brace, and it's fine. Also remove the extra coma at the end of the second line

umbral creek
olive pawnBOT
#

andriydohniak received a thank you cookie!

umbral creek
#

annd it works like a charm! i wonder what the update did to this

shell compass
#

..solved

shell compass
umbral creek
#

ooh my bad