mirror of
https://github.com/powerline/powerline.git
synced 2025-06-22 06:40:53 +02:00
Target: with long-living Powerline objects periodically reload configuration recreating renderer. Use file watchers to watch for configuration. Configuration should be able to be safely reloaded in non-blocking mode in a separate thread up to the time when it comes to recreating renderer. This commit does not add anything that actually reloads the configuration, multiple runs of .create_renderer were not tested.