#!/bin/bash if pgrep -x "wlsunset" >/dev/null; then pkill -x "wlsunset" else wlsunset -S 7:00 -s 21:00 & fi