From a4778a01c0fc75d46e94e27bc3a6e8e615f2c44d Mon Sep 17 00:00:00 2001 From: Jzwnl <152016563+Jzwnl@users.noreply.github.com> Date: Fri, 8 May 2026 21:14:29 +0200 Subject: [PATCH] Delay weather waybar startup to handle network initialization on boot (#5677) Co-authored-by: jzwnl --- default/waybar/weather.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default/waybar/weather.sh b/default/waybar/weather.sh index 02e7bc2b..0b613d66 100755 --- a/default/waybar/weather.sh +++ b/default/waybar/weather.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Delay startup to allow network initialization after boot +sleep 5 + icon=$(omarchy-weather-icon 2>/dev/null) if [[ -n $icon ]]; then