summary refs log tree commit diff
path: root/config
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2020-10-01 09:51:12 -0700
committerFranck Cuny <franck@fcuny.net>2020-10-01 09:51:12 -0700
commit192dc03722e6978ac73a01a18339bbaa38a743e8 (patch)
tree067eae77a7568b95bb596d808d953409667ac53c /config
parent[emacs]: a few changes to the UI (diff)
downloademacs.d-192dc03722e6978ac73a01a18339bbaa38a743e8.tar.gz
[redshift] create configuration file
Instead of passing the options as arugments to the CLI, create a
configuration file with everything we need in it.

We also manage the service with systemd.
Diffstat (limited to 'config')
-rw-r--r--config/redshift.conf10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/redshift.conf b/config/redshift.conf
new file mode 100644
index 0000000..77d969e
--- /dev/null
+++ b/config/redshift.conf
@@ -0,0 +1,10 @@
+[redshift]
+temp-day=5700
+temp-night=4500
+gamma=0.8
+adjustment-method=randr
+location-provider=manual
+
+[manual]
+lat=37.8715
+lon=122.2730