Created
November 1, 2017 11:19
-
-
Save suberb/6d52e55dd86245ce89bf8ddbfa2eb89c to your computer and use it in GitHub Desktop.
elementaryOS | Redshift Configuration File
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; Global settings | |
[redshift] | |
temp-day=6500K | |
temp-night=2400K | |
transition=1 | |
;gamma=0.8:0.7:0.8 | |
gamma=1.000:1.000:1.000 | |
;location-provider=geoclue2 | |
location-provider=manual | |
adjustment-method=randr | |
;brightness=1.0:0.5 | |
; The location provider and adjustment method settings | |
; are in their own sections. Change lat & lon with | |
; for e.g. this website: https://justgetflux.com/map.html | |
[manual] | |
lat=00.0000 | |
lon=00.0000 | |
; The numbering starts from 0, so the first screen is 1 | |
; the second one is 1. | |
;[randr] | |
;screen=0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment