Add redshift config
This commit is contained in:
parent
a2f176d73d
commit
5751d8444d
2 changed files with 13 additions and 0 deletions
9
roles/home/files/redshift.conf
Normal file
9
roles/home/files/redshift.conf
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
; Copy to ~/.config/redshift.conf
|
||||||
|
|
||||||
|
[redshift]
|
||||||
|
location-provider=manual
|
||||||
|
|
||||||
|
[manual]
|
||||||
|
; Royal Observatory, Greenwich
|
||||||
|
lat=51.4778
|
||||||
|
lon=-0.0014
|
|
@ -23,3 +23,7 @@
|
||||||
copy:
|
copy:
|
||||||
src: tmux.conf
|
src: tmux.conf
|
||||||
dest: "{{ ansible_env.HOME }}/.tmux.conf"
|
dest: "{{ ansible_env.HOME }}/.tmux.conf"
|
||||||
|
- name: Copy redshift.con
|
||||||
|
copy:
|
||||||
|
src: redshift.conf
|
||||||
|
dest: "{{ ansible_env.HOME }}/.config/redshift.conf"
|
||||||
|
|
Loading…
Reference in a new issue