Redshift: Move configuration to dedicated file
This commit is contained in:
parent
bb7fa5b94c
commit
51fdabfd10
@ -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 "killall polybar; sleep 1; polybar -r alpha"
|
||||||
#exec_always --no-startup-id "sleep 1; polybar bottom"
|
#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 "compton --config ~/.config/compton.conf"
|
||||||
exec_always --no-startup-id "dunst"
|
exec_always --no-startup-id "dunst"
|
||||||
exec_always --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/i3"
|
exec_always --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/i3"
|
||||||
|
8
.config/redshift.conf
Normal file
8
.config/redshift.conf
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[redshift]
|
||||||
|
temp-day=5300
|
||||||
|
temp-night=3500
|
||||||
|
gamma=0.8
|
||||||
|
|
||||||
|
[manual]
|
||||||
|
lat=38.6
|
||||||
|
lon=-90.2
|
Reference in New Issue
Block a user