redshift.conf 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. ; Global settings for redshift
  2. [redshift]
  3. ; Set the day and night screen temperatures
  4. temp-day=6500
  5. temp-night=5700
  6. ; temp-day=5700
  7. ; temp-night=3500
  8. ; Disable the smooth fade between temperatures when Redshift starts and stops.
  9. ; 0 will cause an immediate change between screen temperatures.
  10. ; 1 will gradually apply the new screen temperature over a couple of seconds.
  11. fade=1
  12. ; Solar elevation thresholds.
  13. ; By default, Redshift will use the current elevation of the sun to determine
  14. ; whether it is daytime, night or in transition (dawn/dusk). When the sun is
  15. ; above the degrees specified with elevation-high it is considered daytime and
  16. ; below elevation-low it is considered night.
  17. ;elevation-high=3
  18. ;elevation-low=-6
  19. ; Custom dawn/dusk intervals.
  20. ; Instead of using the solar elevation, the time intervals of dawn and dusk
  21. ; can be specified manually. The times must be specified as HH:MM in 24-hour
  22. ; format.
  23. ;dawn-time=6:00-7:45
  24. ;dusk-time=18:35-20:15
  25. ; Set the screen brightness. Default is 1.0.
  26. ;brightness=0.9
  27. ; It is also possible to use different settings for day and night
  28. ; since version 1.8.
  29. ;brightness-day=0.7
  30. ;brightness-night=0.4
  31. ; Set the screen gamma (for all colors, or each color channel
  32. ; individually)
  33. gamma=0.8
  34. ;gamma=0.8:0.7:0.8
  35. ; This can also be set individually for day and night since
  36. ; version 1.10.
  37. ;gamma-day=0.8:0.7:0.8
  38. ;gamma-night=0.6
  39. ; Set the location-provider: 'geoclue2', 'manual'
  40. ; type 'redshift -l list' to see possible values.
  41. ; The location provider settings are in a different section.
  42. location-provider=manual
  43. ; Set the adjustment-method: 'randr', 'vidmode'
  44. ; type 'redshift -m list' to see all possible values.
  45. ; 'randr' is the preferred method, 'vidmode' is an older API.
  46. ; but works in some cases when 'randr' does not.
  47. ; The adjustment method settings are in a different section.
  48. adjustment-method=randr
  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=52.4345
  56. lon=30.9754
  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 only screen 0.
  61. ; Note that the numbering starts from 0, so this is actually the first screen.
  62. ; If this option is not specified, Redshift will try to adjust _all_ screens.
  63. [randr]
  64. screen=0