1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 21:42:08 +02:00
tldr/pages/common/redshift.md
Juri Dispan 0d2a720eed
redshift: edit page (#12211)
* pbmnoise, pgmhist, pgmkernel, pgmnoise, pgmramp, pgmtexture: add pages; ppmhist: modify page

* fix syntax

* redshift: edit page
2024-02-08 07:31:22 +01:00

24 lines
725 B
Markdown

# redshift
> Adjust the color temperature of your screen according to your surroundings.
> More information: <http://jonls.dk/redshift>.
- Turn on Redshift with a specific [t]emperature during day (e.g., 5700K) and at night (e.g., 3600K):
`redshift -t {{5700}}:{{3600}}`
- Turn on Redshift with a manually specified custom [l]ocation:
`redshift -l {{latitude}}:{{longitude}}`
- Turn on Redshift with a specific screen [b]rightness during the day (e.g, 70%) and at night (e.g., 40%):
`redshift -b {{0.7}}:{{0.4}}`
- Turn on Redshift with custom [g]amma levels (between 0 and 1):
`redshift -g {{red}}:{{green}}:{{blue}}`
- Turn on Redshift with a constant unchanging color temperature:
`redshift -O {{temperature}}`