diff --git a/.config/redshift.conf b/.config/redshift.conf new file mode 100644 index 0000000..a90e7fa --- /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 55e87ea..1fab206 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'