Commit graph

7 commits

Author SHA1 Message Date
Mathieu Arnold
cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Baptiste Daroussin
b7fe8f6183 Catchup with recent developers warnings 2019-10-10 11:59:15 +00:00
Mateusz Piotrowski
b5364a0aa6 Update to 1.0.0. 2019-05-21 10:11:54 +00:00
Mateusz Piotrowski
4f0a994ae4 accessibility/sct: Update to 0.3.1
- 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
2018-07-31 08:22:15 +00:00
Yuri Victorovich
93a76d8266 accessibility/sct: Update to 0.2.1
Port changes:
* Changed to DISTVERSION
* Added LICENSE_FILE
* Added manpage
* Removed stripping - now done upstream

PR:		226297
Submitted by:	Mateusz Piotrowski <0mp@FreeBSD.org> (maintainer)
Approved by:	tcberner (mentor, implicit)
2018-03-03 08:59:34 +00:00
Mark Felder
5cc2c36d45 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://www.tedunangst.com/flak/post/sct-set-color-temperature
2018-01-16 22:24:57 +00:00