Redshift: Move configuration to dedicated file

This commit is contained in:
Salt 2017-09-01 14:52:12 -05:00
parent bb7fa5b94c
commit 51fdabfd10
2 changed files with 9 additions and 1 deletions

View File

@ -60,7 +60,7 @@ font pango:xos4 Terminus 9
exec_always --no-startup-id "killall polybar; sleep 1; polybar -r alpha"
#exec_always --no-startup-id "sleep 1; polybar bottom"
exec --no-startup-id "redshift -l 38.627003:-90.199402"
exec --no-startup-id "redshift"
exec_always --no-startup-id "compton --config ~/.config/compton.conf"
exec_always --no-startup-id "dunst"
exec_always --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/i3"

8
.config/redshift.conf Normal file
View File

@ -0,0 +1,8 @@
[redshift]
temp-day=5300
temp-night=3500
gamma=0.8
[manual]
lat=38.6
lon=-90.2