diff options
Diffstat (limited to '.config/redshift/redshift.conf')
| -rw-r--r-- | .config/redshift/redshift.conf | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/redshift/redshift.conf b/.config/redshift/redshift.conf new file mode 100644 index 0000000..16c4d0d --- /dev/null +++ b/.config/redshift/redshift.conf @@ -0,0 +1,18 @@ +[redshift] +adjustment-method=wayland +gamma=0.8 +fade=1 + +brightness-day=1.0 +# gamma-day= +temp-day=6500 + +brightness-night=1.0 +# gamma-night= +temp-night=4100 + +location-provider=manual + +[manual] +lat=52.5 +lon=13.4 |