Skip to content

Commit 10c0805

Browse files
authored
redshift: update page and add Dutch translation (#19114)
1 parent e7039d3 commit 10c0805

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

pages.nl/common/redshift.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# redshift
2+
3+
> Pas de kleurtemperatuur van een scherm aan op basis van de omgeving.
4+
> Note: Redshift does not support Wayland.
5+
> Meer informatie: <https://manned.org/redshift>.
6+
7+
- Schakel Redshift in met een specifieke [t]emperatuur overdag (bijv. 5700K) en 's nachts (bijv. 3600K):
8+
9+
`redshift -t 5700:3600`
10+
11+
- Schakel Redshift in met een handmatig opgegeven [l]ocatie:
12+
13+
`redshift -l {{breedtegraad}}:{{lengtegraad}}`
14+
15+
- Schakel Redshift in met een specifieke schermhelderheid ([b]rightness) overdag (bijv. 70%) en 's nachts (bijv. 40%):
16+
17+
`redshift -b 0.7:0.4`
18+
19+
- Schakel Redshift in met aangepaste [g]amma-niveaus (tussen 0 en 1):
20+
21+
`redshift -g {{rood}}:{{groen}}:{{blauw}}`
22+
23+
- Verwijder ([P]urge) bestaande temperatuurveranderingen en stel een constante, onveranderlijke kleurtemperatuur in [O]ne-shot-modus in:
24+
25+
`redshift -PO {{temperatuur}}`

pages/common/redshift.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,20 @@
11
# redshift
22

3-
> Adjust the color temperature of your screen according to your surroundings.
3+
> Adjust the color temperature of a screen according to its surroundings.
4+
> Opmerking: Redshift ondersteunt Wayland niet.
45
> More information: <https://manned.org/redshift>.
56
67
- Turn on Redshift with a specific [t]emperature during day (e.g., 5700K) and at night (e.g., 3600K):
78

8-
`redshift -t {{5700}}:{{3600}}`
9+
`redshift -t 5700:3600`
910

1011
- Turn on Redshift with a manually specified custom [l]ocation:
1112

1213
`redshift -l {{latitude}}:{{longitude}}`
1314

1415
- Turn on Redshift with a specific screen [b]rightness during the day (e.g, 70%) and at night (e.g., 40%):
1516

16-
`redshift -b {{0.7}}:{{0.4}}`
17+
`redshift -b 0.7:0.4`
1718

1819
- Turn on Redshift with custom [g]amma levels (between 0 and 1):
1920

0 commit comments

Comments
 (0)