diff --git a/bin/polybar-weather b/bin/polybar-weather index 350d4bd..ad9c164 100755 --- a/bin/polybar-weather +++ b/bin/polybar-weather @@ -139,7 +139,7 @@ if __name__ == "__main__": # Wait to be online logger.info("not online, waiting") update_status("", options.output) - time.sleep(2) + time.sleep(5) process = subprocess.run( ["nm-online", "-q", "-t", str(options.online_timeout * 60)] )