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