nightlight.sh (108B)
1 #!/bin/sh 2 3 if ! pgrep wlsunset; then 4 wlsunset -t 3000 -T 3500 2> /dev/null & 5 else 6 pkill wlsunset 7 fi