-
-
Notifications
You must be signed in to change notification settings - Fork 742
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 module format string regression: doesn't support some common date formats #1447
Comments
appears to be similar to #1439. I had to change the time format to use %R to get it to work. |
I filed this as https://bugs.archlinux.org/task/73982, looks like here’s the right place now, as it affects anyone building from source with up-to-date dependencies. So Actually, referring to a disgruntled comment I put in my ~/.config/waybar/config: I suggest retitling this issue to mention that it’s a clock format string regression. For now, I’ll stick with Arch’s 0.9.9-1 package. |
According to fmtlib/fmt#2811, the |
Hi @spencer-maaaaan, @chris-morgan, @randre03, @euclio, @tkna91 , please see #1469 (comment) |
Hi @spencer-maaaaan , can you close the issue as a duplicate pf #1469 please? |
It should be the other way round: this covers the entire range of regressions ( (In light of the successful landing of glibc padding stuff, I’ve submitted a patch for |
After upgrading from
0.9.9-1
->0.9.9-2
from the Arch Linux repository, waybar omits myclock#time
module but still draws myclock#date
module with no trouble. The only error message I get when running the bar from a shell is[error] : invalid format
, which makes it sound like the config has a JSON syntax error, but it worked fine in the previous version.I prefer to have the time alone in the
modules-center
, and my date off to the side inmodules-right
. The only fix I've found to keep the format I want is to downgrade to0.9.9-1
.This is one of my first GitHub issues, so if any more information would be helpful just let me know and I can include it. Attached are my config stylesheet.
config.txt
style.txt
.
The text was updated successfully, but these errors were encountered: