[SOLVED] Waybar refresh rate (battery, network)

Is there a way to increase the refresh rate in Waybar? For example, I have a battery module with different symbols when my laptop is plugged in or not. It does update, but it takes a while. I’d like to see an update immediately when I plug in or unplug the laptop.

Slightly less important: I wonder if this affects the network module as well.

The pipewire and language modules update immediately when they are changed, so it could be a setting in the individual modules.

You can try to set interval setting in config file. According to Module: Battery · Alexays/Waybar Wiki · GitHub by default it is set to 60s.

This works great, thanks!