Describe the bug
Sometimes the battery module will just continuously update multiple times a second, ignoring the configured interval (or default 60 seconds).
To reproduce
I have no idea, it just happens sometimes. I don't see any errors or warnings in the log and haven't found any specific condition to cause it. Once it starts happening, it keeps doing it for a while even if I restart waybar.
Expected behaviour
The battery module should respect the interval set in the config.
Environment
- Waybar version (
waybar --version): v0.15.0
- Installed from (distro package / source / other): Arch Linux package
- Compositor and version (Sway, Hyprland, River, …): niri 26.04 (8ed0da4)
Debug output
Run waybar -l debug and paste any relevant output:
Nothing really relevant, other than the "Discharging" spam (which coincides with the updates) due to another bug. It does say the interval is correct though:
[2026-08-13 22:35:32.377] [debug] battery: worker interval is 60000
Additional context
Anything else that might help.
Describe the bug
Sometimes the battery module will just continuously update multiple times a second, ignoring the configured
interval(or default 60 seconds).To reproduce
I have no idea, it just happens sometimes. I don't see any errors or warnings in the log and haven't found any specific condition to cause it. Once it starts happening, it keeps doing it for a while even if I restart waybar.
Expected behaviour
The battery module should respect the
intervalset in the config.Environment
waybar --version): v0.15.0Debug output
Run
waybar -l debugand paste any relevant output:Nothing really relevant, other than the "Discharging" spam (which coincides with the updates) due to another bug. It does say the interval is correct though:
Additional context
Anything else that might help.