diff --git a/.config/i3/config b/.config/i3/config index c57cf4b8..6fa28c76 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -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" diff --git a/.config/redshift.conf b/.config/redshift.conf new file mode 100644 index 00000000..caaee377 --- /dev/null +++ b/.config/redshift.conf @@ -0,0 +1,8 @@ +[redshift] +temp-day=5300 +temp-night=3500 +gamma=0.8 + +[manual] +lat=38.6 +lon=-90.2