Delay weather waybar startup to handle network initialization on boot (#5677)

Co-authored-by: jzwnl <jzwnl@users.noreply.github.com>
This commit is contained in:
Jzwnl
2026-05-08 21:14:29 +02:00
committed by GitHub
co-authored by jzwnl
parent 1537547f91
commit a4778a01c0
+3
View File
@@ -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