Advertisement
Guest User

Untitled

a guest
Mar 18th, 2019
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 KB | None | 0 0
  1. ; Global settings
  2. [redshift]
  3. temp-day=6500K
  4. temp-night=3600
  5. transition=1
  6. ;location-provider=geoclue2
  7. location-provider=manual
  8.  
  9. ; Solar elevation thresholds.
  10. ; By default, Redshift will use the current elevation of the sun to determine
  11. ; whether it is daytime, night or in transition (dawn/dusk). When the sun is
  12. ; above the degrees specified with elevation-high it is considered daytime and
  13. ; below elevation-low it is considered night.
  14. ;elevation-high=3
  15. ;elevation-low=-6
  16.  
  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:00-18:30
  23.  
  24. ; Set the screen brightness. Default is 1.0.
  25. ;brightness=0.9
  26. ; It is also possible to use different settings for day and night
  27. ; since version 1.8.
  28. brightness-day=0.8
  29. brightness-night=0.65
  30.  
  31. ; Set the screen gamma
  32. ;gamma=0.8
  33. gamma-day=0.9:0.8:0.9
  34. gamma-night=0.9
  35.  
  36. ; The location provider and adjustment method settings
  37. ; are in their own sections.
  38. ; This is an example lat long for Portland, OR
  39. [manual]
  40. lat=6.2686594
  41. lon=-75.7364816
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement