cotemp - set the Color Temperature
cotemp [ -dlv ] [ -s screen ] [ -c crtc ] [ -t temperature ] [ -b brightness ] [ -p profile ]
cotemp is a simple program that uses Xrandr to apply a color temperature.
It can also set the brightness, or what someone would call it “fake brightness”, since cotemp doesn’t access the hardware to change that, rather it changes the values of the colors, giving them a darker tone all inside X11.
Without any arguments, cotemp will start to run every interval seconds forever. If -s flag is not present, the properties will be applied to all screens.
cotemp is customized by creating a custom config.h and (re)compiling the source code. This keeps it simple, since reading a config file isn’t that hard (but adds unneeded complexity), and in many aspects more customizable. I try my best to comment about the variables in config.h, since they don’t do anything crazy, so it should be very straight foward what does what.
redshift(1), xtemp(1)