Add redshift config

This commit is contained in:
Anthony Rose 2019-10-03 21:32:10 +01:00
parent a2f176d73d
commit 5751d8444d
2 changed files with 13 additions and 0 deletions

View file

@ -0,0 +1,9 @@
; Copy to ~/.config/redshift.conf
[redshift]
location-provider=manual
[manual]
; Royal Observatory, Greenwich
lat=51.4778
lon=-0.0014

View file

@ -23,3 +23,7 @@
copy:
src: tmux.conf
dest: "{{ ansible_env.HOME }}/.tmux.conf"
- name: Copy redshift.con
copy:
src: redshift.conf
dest: "{{ ansible_env.HOME }}/.config/redshift.conf"