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 | |
| parent | 881daf6c567da2fe91f6b4a3f74e2fce662d806a (diff) | |
move from redshift to gammastep
| -rw-r--r-- | .config/gammastep/config.ini (renamed from .config/redshift/redshift.conf) | 4 | ||||
| -rwxr-xr-x | .config/gammastep/hooks/notif.sh (renamed from .config/redshift/hooks/notif.sh) | 0 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/redshift/redshift.conf b/.config/gammastep/config.ini index 9f9ac38..2d08e66 100644 --- a/.config/redshift/redshift.conf +++ b/.config/gammastep/config.ini @@ -14,5 +14,5 @@ temp-night=4100 location-provider=manual [manual] -lat=52.5 -lon=13.4 +lat=52.54 +lon=13.44 diff --git a/.config/redshift/hooks/notif.sh b/.config/gammastep/hooks/notif.sh index de04d6c..de04d6c 100755 --- a/.config/redshift/hooks/notif.sh +++ b/.config/gammastep/hooks/notif.sh |