redshift.conf 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. ; Global settings for redshift
  2. [redshift]
  3. ; Set the day and night screen temperatures
  4. temp-day=5700
  5. temp-night=3500
  6. ; Disable the smooth fade between temperatures when Redshift starts and stops.
  7. ; 0 will cause an immediate change between screen temperatures.
  8. ; 1 will gradually apply the new screen temperature over a couple of seconds.
  9. fade=1
  10. ; Solar elevation thresholds.
  11. ; By default, Redshift will use the current elevation of the sun to determine
  12. ; whether it is daytime, night or in transition (dawn/dusk). When the sun is
  13. ; above the degrees specified with elevation-high it is considered daytime and
  14. ; below elevation-low it is considered night.
  15. ;elevation-high=3
  16. ;elevation-low=-6
  17. ; Custom dawn/dusk intervals.
  18. ; Instead of using the solar elevation, the time intervals of dawn and dusk
  19. ; can be specified manually. The times must be specified as HH:MM in 24-hour
  20. ; format.
  21. ;dawn-time=6:00-7:45
  22. ;dusk-time=18:35-20:15
  23. ; Set the screen brightness. Default is 1.0.
  24. ;brightness=0.9
  25. ; It is also possible to use different settings for day and night
  26. ; since version 1.8.
  27. ;brightness-day=0.7
  28. ;brightness-night=0.4
  29. ; Set the screen gamma (for all colors, or each color channel
  30. ; individually)
  31. gamma=0.8
  32. ;gamma=0.8:0.7:0.8
  33. ; This can also be set individually for day and night since
  34. ; version 1.10.
  35. ;gamma-day=0.8:0.7:0.8
  36. ;gamma-night=0.6
  37. ; Set the location-provider: 'geoclue2', 'manual'
  38. ; type 'redshift -l list' to see possible values.
  39. ; The location provider settings are in a different section.
  40. location-provider=manual
  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. ; Configuration of the location-provider:
  48. ; type 'redshift -l PROVIDER:help' to see the settings.
  49. ; ex: 'redshift -l manual:help'
  50. ; Keep in mind that longitudes west of Greenwich (e.g. the Americas)
  51. ; are negative numbers.
  52. [manual]
  53. lat=41.6
  54. lon=-8.62