diff options
| author | Charles Cabergs <me@cacharle.xyz> | 2021-02-24 17:07:33 +0100 |
|---|---|---|
| committer | Charles Cabergs <me@cacharle.xyz> | 2021-02-24 17:07:33 +0100 |
| commit | 468a789dbc4b1928c035d8590895efc533520a27 (patch) | |
| tree | 74cb056c37eaa50cd50491a7665608488ed4feb1 /config/redshift/redshift.conf | |
| parent | f9883d2c3b3699d91e98feeffd7eece546f7c57e (diff) | |
| download | dotfiles-468a789dbc4b1928c035d8590895efc533520a27.tar.gz dotfiles-468a789dbc4b1928c035d8590895efc533520a27.tar.bz2 dotfiles-468a789dbc4b1928c035d8590895efc533520a27.zip | |
Updated file tree to match XDG base directory specification
Diffstat (limited to 'config/redshift/redshift.conf')
| -rw-r--r-- | config/redshift/redshift.conf | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/config/redshift/redshift.conf b/config/redshift/redshift.conf new file mode 100644 index 0000000..1e540e3 --- /dev/null +++ b/config/redshift/redshift.conf @@ -0,0 +1,14 @@ +[redshift] +temp-day=3000 +temp-night=2800 + +; transition day/night +fade=1 + +; manual location (geo location not working) +location-provider=manual + +; latitude and longitude +[manual] +lat=50.8008858 +lon=4.2886091 |
