diff options
| author | Robert Günzler <r@gnzler.io> | 2020-12-03 13:48:57 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2020-12-07 19:28:05 +0100 |
| commit | 843016a67e25533ba4643bd32fb39405a7d89cd5 (patch) | |
| tree | fb412d1cf6aacfd0a95b5d1b3be2e36f96693c5d | |
| parent | e7328e9b7e842b2857aef682f6d3fc993c96eb27 (diff) | |
redshift: tweak daytime gamma values
| -rw-r--r-- | .config/redshift/redshift.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/redshift/redshift.conf b/.config/redshift/redshift.conf index 16c4d0d..9f9ac38 100644 --- a/.config/redshift/redshift.conf +++ b/.config/redshift/redshift.conf @@ -1,11 +1,11 @@ [redshift] adjustment-method=wayland -gamma=0.8 +gamma=0.9 fade=1 brightness-day=1.0 # gamma-day= -temp-day=6500 +temp-day=6600 brightness-night=1.0 # gamma-night= |