Commit | Line | Data |
---|---|---|
ca3a844a AB |
1 | ; Global settings for redshift |
2 | [redshift] | |
3 | ; Set the day and night screen temperatures (Neutral is 6500K) | |
4 | ;temp-day=5700 | |
5 | ;temp-night=3500 | |
6 | ||
7 | ;temp-day=6500 | |
8 | temp-day=6200 | |
9 | ;temp-night=4800 | |
10 | ;temp-night=5000 | |
11 | ;temp-night=4500 | |
1f9233dc AB |
12 | ;temp-night=4000 |
13 | temp-night=2000 | |
ca3a844a AB |
14 | |
15 | ; Enable/Disable a smooth transition between day and night | |
16 | ; 0 will cause a direct change from day to night screen temperature. | |
17 | ; 1 will gradually increase or decrease the screen temperature. | |
18 | transition=1 | |
19 | ||
20 | ; Set the screen brightness. Default is 1.0. | |
21 | ;brightness=0.9 | |
22 | ; It is also possible to use different settings for day and night | |
23 | ; since version 1.8. | |
24 | ;brightness-day=0.7 | |
25 | ;brightness-night=0.4 | |
26 | ; Set the screen gamma (for all colors, or each color channel | |
27 | ; individually) | |
28 | ;gamma=0.8 | |
29 | ;gamma=1.0 | |
30 | ;gamma=0.8:0.7:0.8 | |
31 | ; This can also be set individually for day and night since | |
32 | ; version 1.10. | |
33 | ;gamma-day=0.8:0.7:0.8 | |
34 | ;gamma-night=0.6 | |
35 | ||
36 | ; Set the location-provider: 'geoclue2' or 'manual' | |
37 | ; type 'redshift -l list' to see possible values. | |
38 | ; The location provider settings are in a different section. | |
1f9233dc AB |
39 | location-provider=manual |
40 | ;location-provider=geoclue2 | |
ca3a844a AB |
41 | |
42 | ; Set the adjustment-method: 'randr', 'vidmode' | |
43 | ; type 'redshift -m list' to see all possible values. | |
44 | ; 'randr' is the preferred method, 'vidmode' is an older API. | |
45 | ; but works in some cases when 'randr' does not. | |
46 | ; The adjustment method settings are in a different section. | |
47 | adjustment-method=randr | |
48 | ||
49 | ; Configuration of the location-provider: | |
50 | ; type 'redshift -l PROVIDER:help' to see the settings. | |
51 | ; ex: 'redshift -l manual:help' | |
52 | ; Keep in mind that longitudes west of Greenwich (e.g. the Americas) | |
53 | ; are negative numbers. | |
54 | ;[manual] | |
55 | ;lat=48.1 | |
56 | ;lon=11.6 | |
57 | ||
58 | ; Configuration of the adjustment-method | |
59 | ; type 'redshift -m METHOD:help' to see the settings. | |
60 | ; ex: 'redshift -m randr:help' | |
61 | ; In this example, randr is configured to adjust screen 1. | |
62 | ; Note that the numbering starts from 0, so this is actually the | |
63 | ; second screen. If this option is not specified, Redshift will try | |
64 | ; to adjust _all_ screens. | |
65 | ;[randr] | |
66 | ;screen=1 |