Home | About me | Miniblog | Playground
Español | Italiano

COTEMP

NAME

cotemp - set the Color Temperature

SYNOPSIS

cotemp [ -dlv ] [ -s screen ] [ -c crtc ] [ -t temperature ] [ -b brightness ] [ -p profile ]

DESCRIPTION

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.

OPTIONS

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.

CONFIGURATION

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.

SEE ALSO

redshift(1), xtemp(1)

BUGS

https://github.com/explosion-mental/cotemp

This work is licensed under CC-BY-SA 2.0, unless specified otherwise. Year: 2022