redshift
Adjust the color temperature of your screen according to your surroundings. More information: <http://jonls.dk/redshift>.
Install
- All systems
-
curl cmd.cat/redshift.sh
- Debian
-
apt-get install redshift
- Ubuntu
-
apt-get install redshift
- Alpine
-
apk add redshift
- Arch Linux
-
pacman -S redshift
- Kali Linux
-
apt-get install redshift
- Fedora
-
dnf install redshift
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install redshift
- OS X
-
brew install redshift
- Raspbian
-
apt-get install redshift
- Dockerfile
- dockerfile.run/redshift
- Docker
-
docker run cmd.cat/redshift redshift
powered by Commando
Adjust the color temperature of your screen according to your surroundings. More information: <http://jonls.dk/redshift>.
-
Turn on Redshift with 5700K temperature during day and 3600K at night:
redshift -t 5700:3600
-
Turn on Redshift with a manually specified custom location:
redshift -l latitude:longitude
-
Turn on Redshift with 70% screen brightness during day and 40% brightness at night:
redshift -b 0.7:0.4
-
Turn on Redshift with custom gamma levels (between 0 and 1):
redshift -g red:green:blue
-
Turn on Redshift with a constant unchanging color temperature:
redshift -O temperature
© tl;dr; authors and contributors