Advertisement
aldikhan13

redshift night color config

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