From 0d2a720eed7a2a98c4141fd04841e3e60e71f41f Mon Sep 17 00:00:00 2001 From: Juri Dispan Date: Thu, 8 Feb 2024 07:31:22 +0100 Subject: [PATCH] redshift: edit page (#12211) * pbmnoise, pgmhist, pgmkernel, pgmnoise, pgmramp, pgmtexture: add pages; ppmhist: modify page * fix syntax * redshift: edit page --- pages/common/redshift.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/common/redshift.md b/pages/common/redshift.md index 39f89a1bcf..6e1bde46fa 100644 --- a/pages/common/redshift.md +++ b/pages/common/redshift.md @@ -3,19 +3,19 @@ > Adjust the color temperature of your screen according to your surroundings. > More information: . -- 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}}` -- Turn on Redshift with a manually specified custom location: +- Turn on Redshift with a manually specified custom [l]ocation: `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}}` -- 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}}`