redshift.conf 1.8 KB

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