Describe the bug
Logs get spammed with the word "Plugged" every 5 seconds (my configured interval for the battery module).
To reproduce
Reproduces with this config:
{
"layer": "top",
"position": "bottom", // Waybar at the bottom of your screen
"height": 27, // Waybar height
"fixed-center": false,
"modules-left": [],
"modules-center": [],
"modules-right": ["battery"],
"battery": {
"format": "{capacity}%",
"interval": 5
}
}
Expected behaviour
No spam.
Screenshots
Not applicable.
Environment
- Waybar version: v0.15.0
- Installed from: gentoo portage
- Compositor and version: Sway 1.12
Debug output
Run waybar -l debug and paste any relevant output:
Tried it, nothing suspicious was found during the spam itself. Battery module says [debug] battery: worker interval is 5000 at startup, as expected.
Additional context
...
Describe the bug
Logs get spammed with the word "Plugged" every 5 seconds (my configured interval for the battery module).
To reproduce
Reproduces with this config:
Expected behaviour
No spam.
Screenshots
Not applicable.
Environment
Debug output
Run
waybar -l debugand paste any relevant output:Tried it, nothing suspicious was found during the spam itself. Battery module says
[debug] battery: worker interval is 5000at startup, as expected.Additional context
...