diff --git a/wecker.sh b/wecker.sh index a88f830..723418b 100755 --- a/wecker.sh +++ b/wecker.sh @@ -87,7 +87,6 @@ steps=30 # Alle 30 Sekunden einen Schritt for ((i = 0; i < $steps; i++)); do current_brightness=$(bc <<< "$start_brightness + ($brightness_step * $i)") current_colortemp=$(bc <<< "$start_colortemp - ($colortemp_step * $i)") - check_notification if [ "$first_brightness_change" = false ]; then check_external_light_status