I am on Mint XFCE and Redshift is just so inconsistent and I have tried its forks, also inconsistent. So instead I have been using sct in the terminal to adjust the temperature, and have set a command that resets it back to normal every time that I log on. However, I was wondering if there is a way to make it so that “sct 2750” runs every day at 10 pm or during a specific period of time.
While
cron
will do the job perfectly, if you want to be a bit more fancy and tie it to sunrise/sunset times, you can do that usingat
andsunwait
. I have a similar setup, but it changes my monitor’s brightness.