1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-25 12:55:24 +02:00

redshift: add page

This commit is contained in:
Hayden Schiff 2016-01-21 19:07:03 -05:00
parent f38c34f484
commit 16a630de21

27
pages/common/redshift.md Normal file
View file

@ -0,0 +1,27 @@
# redshift
> Adjust the color temperature of your screen according to your surroundings.
- 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 temperature transitions disabled:
`redshift -r`
- Turn on Redshift with a constant unchanging color temperature:
`redshift -O {{temperature}}`