mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
4f0a994ae4
- Refactor some parts of the manual page. - Add some error checking for easier diagnosis. Reviewed by: krion (mentor) Approved by: krion (mentor) Differential Revision: https://reviews.freebsd.org/D16521
15 lines
565 B
Plaintext
15 lines
565 B
Plaintext
This is a port of sct, a simple command-line utility written by Ted Unangst,
|
|
which can be used to control screen temperature. It exceeds at being much more
|
|
lightweight than similar software solutions like Redshift and f.lux. At the
|
|
same time it is easier to use than xrandr.
|
|
|
|
Sct takes temperature values in range 1000 to 10000, where 6500 is the default
|
|
value. Here are some usage examples:
|
|
|
|
* Campfire style: `sct 4500`
|
|
* Dust storm on Mars style: `sct 2000`
|
|
* Coffee free all nighter style: `sct 8000`
|
|
* Default style: `sct`
|
|
|
|
WWW: https://github.com/0mp/sct
|