mirror of
https://github.com/polybar/polybar.git
synced 2026-02-22 09:45:52 +00:00
If a script module is waiting on a non-tailed script to finish, polybar cannot shut down until the script has terminted. To remedy this, we use the same polling loop as for tailed scripts which checks if it needs to terminate after every iteration.