-
-
Notifications
You must be signed in to change notification settings - Fork 729
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
Clock no longer displays longer format strings #3021
Comments
For me it only breaks with the glyphs I had in the formatting previously. Removing those brings back the time with the formatting I had set previously. Did some more testing, putting the glyphs in the formatting options of other waybar modules works just fine so it is only the clock that has been broken. |
++ Same behaviour |
I can confirm this issue. Had the same problem with the following format string: Error message:
|
Same issue there. I updated yesterday and my clock stopped showing, I haven't changed my configuration file for weeks. This is my format string: This is the error message:
I want to add that my whole system date got resetted, it has never happened before. I don't know if another update in some other time related package broke it. It may be totally unrelated but I find it rather weird that I had two issues related with date the same day. |
@M2rsh that line works for me on 0.10 if you format it like this |
thanks works with this format |
|
Related to this |
Running into Alexays/Waybar#3021 Applying suggested workaround
Quick fix for my config is: - "format-alt": "{:Week %V of the %Y}"
+ "format-alt": "Week {:%V of the %Y}" Just move all symbols or glyphs outside the brackets and it should start with |
I think they updated the library they use to parse the time format and now it expects what's inside the {:} block to start with a %. Reference: Alexays/Waybar#3021
Waybar 0.10.0 with kernel 6.8.1-arch1-1 has just today started to not accept longer format strings and appears blank if I use anything longer than :%H:%M, such as including glyphs or further format specifiers. Adjust min/max-length does nothing.
In particular, I get no error messages.
The tooltip format string functions just fine. I made no changes and my clock more or less randomly broke.
Reverting to Waybar 0.9.24-3-x86-64 has solved this temporarily.
The text was updated successfully, but these errors were encountered: