diff options
| author | Robert Günzler <r@gnzler.io> | 2021-02-23 13:34:45 +0100 |
|---|---|---|
| committer | Robert Günzler <r@gnzler.io> | 2021-04-26 02:09:45 +0200 |
| commit | 6cb604cdeb78b151d7e179d4f34f00101c912282 (patch) | |
| tree | b7db626a911ef6c6d3d85342534bbe273f6c20c5 /.config/gammastep/config.ini | |
| parent | 881daf6c567da2fe91f6b4a3f74e2fce662d806a (diff) | |
move from redshift to gammastep
Diffstat (limited to '.config/gammastep/config.ini')
| -rw-r--r-- | .config/gammastep/config.ini | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/gammastep/config.ini b/.config/gammastep/config.ini new file mode 100644 index 0000000..2d08e66 --- /dev/null +++ b/.config/gammastep/config.ini @@ -0,0 +1,18 @@ +[redshift] +adjustment-method=wayland +gamma=0.9 +fade=1 + +brightness-day=1.0 +# gamma-day= +temp-day=6600 + +brightness-night=1.0 +# gamma-night= +temp-night=4100 + +location-provider=manual + +[manual] +lat=52.54 +lon=13.44 |