remove ifinstalled

Allows for use with cron for timed nightlight
This commit is contained in:
Kelly Roberts 2022-09-02 04:23:35 +00:00 committed by GitHub
parent 3cb3edf5e9
commit da0d2e3853
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)"