redshift.conf 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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 since version 1.8.
  13. ;brightness-day=0.7
  14. ;brightness-night=0.4
  15. ; Set the screen gamma (for all colors, or each color channel individually)
  16. gamma=0.8
  17. ;gamma=0.8:0.7:0.8
  18. ; Set the location-provider: 'geoclue', 'gnome-clock', 'manual'
  19. ; type 'redshift -l list' to see possible values
  20. ; The location provider settings are in a different section.
  21. location-provider=manual
  22. ; Set the adjustment-method: 'randr', 'vidmode'
  23. ; type 'redshift -m list' to see all possible values
  24. ; 'randr' is the preferred method, 'vidmode' is an older API
  25. ; but works in some cases when 'randr' does not.
  26. ; The adjustment method settings are in a different section.
  27. adjustment-method=randr
  28. ; Configuration of the location-provider:
  29. ; type 'redshift -l PROVIDER:help' to see the settings
  30. ; ex: 'redshift -l manual:help'
  31. [manual]
  32. lat=42.2
  33. lon=-83.7
  34. ; Configuration of the adjustment-method
  35. ; type 'redshift -m METHOD:help' to see the settings
  36. ; ex: 'redshift -m randr:help'
  37. ; In this example, vidmode is configured to adjust screen 1.
  38. ; Note that the numbering starts from 0, so this is actually the second screen.
  39. [vidmode]
  40. screen=1