Skip to content

Commit

Permalink
[Brew] Add redshift
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Sep 24, 2016
1 parent 6891016 commit 56a1368
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .config/redshift.conf
@@ -0,0 +1,15 @@
[redshift]
temp-day=5700
temp-night=3500

; Enable/Disable a smooth transition between day and night
; 0 will cause a direct change from day to night screen temperature.
; 1 will gradually increase or decrease the screen temperature.
transition=1

#brightness-day=0.7
#brightness-night=0.4
brightness-night=0.6

adjustment-method=quartz
location-provider=corelocation
1 change: 1 addition & 0 deletions Brewfile
Expand Up @@ -14,6 +14,7 @@ brew 'hub'
brew 'node'
brew 'python'
brew 'python3'
brew 'redshift'
brew 'tmux'
brew 'tree'
brew 'vim'
Expand Down

0 comments on commit 56a1368

Please sign in to comment.