-
-
Notifications
You must be signed in to change notification settings - Fork 707
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 not updating #1497
Comments
Might be similar to what's described in second/third comment in #1226. I think that sleep_until in the clock module is tricked by any sort of system clock adjustment to a time beyond that if it's happening after the module started. Is your system clock set to local time? Have you considered using UTC? |
My system clock is UTC. It seems to be a hardware quirk (this is a rockchip 3399 aarch64 system) |
I think this is fixed |
Unlike #498 adding an "interval": 30 does not appear to fix my issue. The clock is stuck on the last time shown, unless it is manually refreshed by clicking through the formats.
Other indicators update as expected.
I am using waybar 0.9.12 on archlinuxarm
config.txt
style.css.txt
Perhaps relevant, but when I first boot up my clock is completely wrong, reflecting the previous boot. It gets corrected late boot after waybar is launched, and the intial clock in waybar reflects that time.
The text was updated successfully, but these errors were encountered: