Pause-functionality with external script in i3status
When using the default i3status with a hidden i3bar the execution of the status command is paused as long as the bar is not visible. Since I wanted to have my Dropbox state in the bar I am now using a slightly modified version of the default wrapper.py.
Problem: It seems like only the wrapper is paused. When I show the bar again after it was hidden for a while it first shows the time when it was last hidden. Then it rapidly updates until it reaches the current state.
So my question is: Is there a way to either make it work or disable the pausing so the current state is instantly shown?
My current i3config bar section is:
bar {
mode hide
modifier Mod1
status_command i3status | ~/.config/i3status/wrapper.py
}