diff options
author | David Runge <david.runge@frqrec.com> | 2014-05-05 17:20:45 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-05-05 17:20:45 +0200 |
commit | 1cdce48d534101730b11f793bf404807d130162b (patch) | |
tree | 6af432ee5124e3140e29060150f82c77332cbe8b | |
parent | a156564db71147402abcca616d63f6b43d4ee4ab (diff) | |
download | dotfiles-1cdce48d534101730b11f793bf404807d130162b.tar.gz dotfiles-1cdce48d534101730b11f793bf404807d130162b.tar.bz2 dotfiles-1cdce48d534101730b11f793bf404807d130162b.tar.xz dotfiles-1cdce48d534101730b11f793bf404807d130162b.zip |
Adding brightness settings and changing color settings for redshift.
-rw-r--r-- | .config/redshift.conf | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/redshift.conf b/.config/redshift.conf index e7dc1b8..cec64bf 100644 --- a/.config/redshift.conf +++ b/.config/redshift.conf @@ -1,7 +1,9 @@ ; Global settings [redshift] -temp-day=7700 -temp-night=3500 +temp-day=8700 +temp-night=3700 +brightness-day=1.0 +brightness-night=0.8 transition=1 gamma=0.8:0.7:0.8 location-provider=manual |