Skip to content

Instantly share code, notes, and snippets.

@edbond
Created January 29, 2013 20:27
Show Gist options
  • Save edbond/4667479 to your computer and use it in GitHub Desktop.
Save edbond/4667479 to your computer and use it in GitHub Desktop.
redShift config
; Global settings
[redshift]
temp-day=6500K
temp-night=4500K
transition=1
gamma=0.8:0.7:0.8
;gamma=1.000:1.000:1.000
;location-provider=geoclue
location-provider=manual
adjustment-method=vidmode
;brightness=1.0:0.5
brightness=1.0:0.5
; The location provider and adjustment method settings
; are in their own sections.
; This is an example lat long for Portland, OR
[manual]
lat=50.30
lon=30.28
; In this example screen 1 is adjusted by vidmode. Note
; that the numbering starts from 0, so this is actually
; the second screen.
;[vidmode]
;screen=1
@edbond
Copy link
Author

edbond commented Jan 29, 2013

Place in ~/.config/redshift.conf

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment