From 4f7ffeb1e966b43c2d0962d40d355a5e7dfd0721 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Mon, 13 Dec 2021 16:41:36 -0500 Subject: redshift --- dot_config/redshift.conf.tmpl | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 dot_config/redshift.conf.tmpl (limited to 'dot_config/redshift.conf.tmpl') diff --git a/dot_config/redshift.conf.tmpl b/dot_config/redshift.conf.tmpl new file mode 100644 index 0000000..5c8b2a1 --- /dev/null +++ b/dot_config/redshift.conf.tmpl @@ -0,0 +1,13 @@ +[redshift] +adjustment-method=randr +location-provider=manual +brightness-day=1.0 +brightness-night=0.5 +transition=1 +gamma-night=2.0 +temp-day=6500 +temp-night=2500 + +[manual] +lat={{ .latitude }} +lon=-{{ .longitude }} -- cgit v1.2.3