diff --git a/scripts/corsairctl-waybar.sh b/scripts/corsairctl-waybar.sh index 0e3bd17..60780a6 100755 --- a/scripts/corsairctl-waybar.sh +++ b/scripts/corsairctl-waybar.sh @@ -4,8 +4,8 @@ CACHE="/tmp/corsairctl-waybar.json" LOCK="/tmp/corsairctl-waybar.lock" -MAX_AGE=10 -FALLBACK='{"text":"󰋋 ?","tooltip":"HS80: nicht erreichbar","class":"offline","percentage":0}' +MAX_AGE=300 +FALLBACK='{"text":"","tooltip":"","class":"offline","percentage":0}' # Cache frisch genug? Direkt ausgeben. if [[ -f "$CACHE" ]] && [[ -s "$CACHE" ]]; then