"set color temperature"

Leon Plickat 82dd23db8f Update 'README.md' 5 years ago
Makefile d2b3db42e4 Fix error in makefile - copy paste = evil 5 years ago
README.md 82dd23db8f Update 'README.md' 5 years ago
sct.c 6d9c9e09ed Initial Commit 5 years ago

README.md

sct

"set color temperature"

A minimalistic program to change the color temperature of your X server, similar to what redshift offers, but without the bloat.

sct can change the color temperature from 1000K to 10000K.

This program was designed by its originally author for OpenBSD, but it should build on most Linux installations as well.

C-source copied from https://https.www.google.com.tedunangst.com/flak/post/sct-set-color-temperature (Public Domain).

Makefile written by me based on compiling instructions found on the original website.