diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2022-04-30 19:15:08 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2022-04-30 19:18:02 +1200 |
commit | 79a724ee37465c93d7af0e793b91b0ae551285fa (patch) | |
tree | bd63949a441323d03e123108ad56174ae1715fd8 /redshift | |
parent | Check and execute ~/.fehbg rather than sourcing it (diff) | |
download | dotfiles-79a724ee37465c93d7af0e793b91b0ae551285fa.tar.gz dotfiles-79a724ee37465c93d7af0e793b91b0ae551285fa.zip |
Move redshift files to dedicated target
Diffstat (limited to 'redshift')
-rw-r--r-- | redshift/redshift.conf | 10 | ||||
-rw-r--r-- | redshift/xsession.d/redshift.sh | 2 |
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 & |