https://github.com/0mp/sct
FreeBSD port of Ted Unangst's sct, a utility for screen temperature control
https://github.com/0mp/sct
freebsd freebsd-ports screen sct temperature x11
Last synced: 4 months ago
JSON representation
FreeBSD port of Ted Unangst's sct, a utility for screen temperature control
- Host: GitHub
- URL: https://github.com/0mp/sct
- Owner: 0mp
- License: unlicense
- Created: 2018-01-16T19:45:01.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-05-21T10:10:58.000Z (about 7 years ago)
- Last Synced: 2025-10-05T12:57:43.163Z (8 months ago)
- Topics: freebsd, freebsd-ports, screen, sct, temperature, x11
- Language: Roff
- Homepage: https://www.freshports.org/accessibility/sct/
- Size: 10.7 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NAME
**sct** - screen temperature control
# SYNOPSIS
**sct**
\[*temperature*]
# DESCRIPTION
This utility can be used to change the screen temperature.
A valid
*temperature*
value is between 1000 and 10000.
If the
*temperature*
argument is not provided or its value is invalid
then the screen temperature is set to the default value of 6500.
# EXAMPLES
Campfire:
sct 4500
Dust storm on Mars:
sct 2000
Coffee-free all nighter:
sct 8000
# DIAGNOSTICS
**Failed to get screen resources**
Usually those messages mean that
**sct**
cannot connect to the
X(7)
server.
**Failed to open X display %s**
See
**Failed to get screen resources**.
# SEE ALSO
redshift(1),
xrandr(1)
The original blog post about
**sct**
by Ted Unangst:
[https://www.tedunangst.com/flak/post/sct-set-color-temperature](https://www.tedunangst.com/flak/post/sct-set-color-temperature)
# HISTORY
The
**sct**
utility was written by
Ted Unangst <[tedu@OpenBSD.org](mailto:tedu@OpenBSD.org)>.
# AUTHORS
This
manual page was written by
Mateusz Piotrowski <[0mp@FreeBSD.org](mailto:0mp@FreeBSD.org)>.