aboutsummaryrefslogtreecommitdiff
path: root/redshift
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2022-04-30 19:15:08 +1200
committerTom Ryder <tom@sanctum.geek.nz>2022-04-30 19:18:02 +1200
commit79a724ee37465c93d7af0e793b91b0ae551285fa (patch)
treebd63949a441323d03e123108ad56174ae1715fd8 /redshift
parentCheck and execute ~/.fehbg rather than sourcing it (diff)
downloaddotfiles-79a724ee37465c93d7af0e793b91b0ae551285fa.tar.gz
dotfiles-79a724ee37465c93d7af0e793b91b0ae551285fa.zip
Move redshift files to dedicated target
Diffstat (limited to 'redshift')
-rw-r--r--redshift/redshift.conf10
-rw-r--r--redshift/xsession.d/redshift.sh2
2 files changed, 12 insertions, 0 deletions
diff --git a/redshift/redshift.conf b/redshift/redshift.conf
new file mode 100644
index 00000000..1e1de4ee
--- /dev/null
+++ b/redshift/redshift.conf
@@ -0,0 +1,10 @@
+[redshift]
+adjustment-method=randr
+location-provider=manual
+temp-day=5700
+temp-night=3500
+transition=1
+
+[manual]
+lat=-40.352306
+lon=175.608215
diff --git a/redshift/xsession.d/redshift.sh b/redshift/xsession.d/redshift.sh
new file mode 100644
index 00000000..929f564e
--- /dev/null
+++ b/redshift/xsession.d/redshift.sh
@@ -0,0 +1,2 @@
+# Start redshift(1)
+redshift &