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