Btw. you can simply use the following parameters to skip having to supply a location (and use times instead):
dawn-time=05:00-06:00 dusk-time=21:00-22:00
Put these in the config file in the redshift section, skip the manual section in that case…in fact you can just put the temp lines and the above two lines below [redshift] and it will work fine. With the lines as I wrote it transitions between 5 and 6 am to blue and between 9 and 10 pm to red every day.
Also, when using the script form, you can still easily start and stop it by executing killall redshift to terminate the running program (will shutdown gracefully) and redshift & to run it again.
Xsct is very easy to compile from source and to use.
In a non-dom0 terminal (I’m using a disposable Whonix 17 gateway on Qubes 4.2), download the contents of the repository. You can download the .zip file from GitHub - faf0/sct: sct - set color temperature of screen or from the command line:
[user@dom0] redshift
.Malformed assignement in config file
.Unable to load config file
[user@dom0 .config] ls
qubes-xfce-config-update; “the qubes project”; xfce4; redshift.conf
In the /home/user/.config/redshift.conf:
[redshift]
temp-day=6000
adjustement-method=randr // I also tried xrandr
temp-night=3000
dawn-time=07:00-08:00
dusk-time=18:45-19:45
Why does modemmanager-glib dependency need to be installed with it in dom0. I tried to remove it but it was forcing me to uninstall redshift with it as well. Is it safe to have a networking module like that in dom0?!?