From da0d2e38530141869585e5e061597f0e9bd551c7 Mon Sep 17 00:00:00 2001 From: Kelly Roberts <105584129+bubstance@users.noreply.github.com> Date: Fri, 2 Sep 2022 04:23:35 +0000 Subject: [PATCH] remove ifinstalled Allows for use with cron for timed nightlight --- .local/bin/nightlight | 2 -- 1 file changed, 2 deletions(-) diff --git a/.local/bin/nightlight b/.local/bin/nightlight index 8b4a65c4..6d4907fb 100755 --- a/.local/bin/nightlight +++ b/.local/bin/nightlight @@ -4,8 +4,6 @@ # toggle for a "nightlight" color temperature # edit value of settemp to your desired color temperature (minimum is 700) -ifinstalled "xsct" || exit - settemp="2700" colortemp="$(xsct | cut -d' ' -f5)"