Author: Kyle Fuller <kyle@fuller.li> 2016-09-24 22:45:24 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2016-09-24 22:46:15 +0100 +0100
Commit: 56a1368c95432412b523545c50231bdbd5e81ae1
Parent: 6891016305d8877361505fe24e7f158b1de355cb
[Brew] Add redshift
diff --git a/.config/redshift.conf b/.config/redshift.conf
new file mode 100644
index 0000000000000000000000000000000000000000..a90e7fa4ae00cfe815791f4c617079f726a6a31d
--- /dev/null
+++ b/.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
diff --git a/Brewfile b/Brewfile
index 55e87eae23c640489e5a721ee722d5ee83e957e2..1fab206525ed6ff1c0221f02569776d551a890bb 100644
--- a/Brewfile
+++ b/Brewfile
@@ -14,6 +14,7 @@ brew 'hub'
brew 'node'
brew 'python'
brew 'python3'
+brew 'redshift'
brew 'tmux'
brew 'tree'
brew 'vim'