Anyone who's used a computer screen at night will tell you that blue light hurts your eyes.
Most OSes have a "Night Mode" that will lower the intensity of blue light that your display emits, reducing eye strain at night. Unfortunately, the standard Qubes OS install does not contain anything that will do this.
The standard Fedora repos include a package called redshift that will accomplish this.
sudo qubes-dom0-update redshift
The redshift command seems to require a value at -l LAT:LON in order to be successful, but you can manually toggle colour-shifting as well.
Complete one of the following steps:
For automatic colour-shifting based on your system clock:
redshift -l $latitude:$longitude &
For manual "oneshot" colour-shifting:
redshift -l $latitude:$longitude -O $colour_temperature
To see what other options redshift can do:
redshift -h
I will write a way to have systemd activate this automatically in a future post.