diff options
author | Franck Cuny <franck@fcuny.net> | 2020-12-27 10:52:54 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2020-12-27 10:52:54 -0800 |
commit | aaa9ee1215bc1297ce8f2dc66c511be2f1bfb802 (patch) | |
tree | aa945422e4c2d33efbbca5797f14c0334fc7e08b /config | |
parent | term: replace urxvt with alacritty (diff) | |
download | emacs.d-aaa9ee1215bc1297ce8f2dc66c511be2f1bfb802.tar.gz |
redshift: update settings
Diffstat (limited to '')
-rw-r--r-- | config/redshift.conf | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/config/redshift.conf b/config/redshift.conf index 2c4404e..3dee767 100644 --- a/config/redshift.conf +++ b/config/redshift.conf @@ -1,10 +1,19 @@ [redshift] -temp-day=5200 +temp-day=5000 temp-night=4000 -gamma=0.6 + +transition=0 + +gamma-day=0.9 +gamma-night=0.7 + adjustment-method=randr location-provider=manual +; Set the screen brightness. Default is 1.0. +brightness-day=1.0 +brightness-night=0.7 + [manual] lat=37.8715 lon=122.2730 |