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

redshift: edit page (#12211)

* pbmnoise, pgmhist, pgmkernel, pgmnoise, pgmramp, pgmtexture: add pages; ppmhist: modify page

* fix syntax

* redshift: edit page
This commit is contained in:
Juri Dispan 2024-02-08 07:31:22 +01:00 committed by GitHub
parent f25d5e10d3
commit 0d2a720eed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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