matryer / xbar

Put the output from any script or program into your macOS Menu Bar (the BitBar reboot)
https://xbarapp.com
MIT License
17.45k stars 641 forks source link

How is the execution of the scripts? #898

Open cmaluend opened 1 year ago

cmaluend commented 1 year ago

Does Xbar run the scripts in parallel or sequentially?

I am working on a plugin that makes many REST requests. When xbar refreshes the bar, all the plugins disappear for a few seconds, and then they appear. I feel it is because the new plugin takes too much time to execute.

Thanks