chore(config): add redshift
parent
162dc39627
commit
c40cbc3983
|
@ -67,6 +67,14 @@
|
||||||
"external": "~/.xinitrc"
|
"external": "~/.xinitrc"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"redshift": {
|
||||||
|
"files": [
|
||||||
|
{
|
||||||
|
"internal": "config/redshift/redshift.conf",
|
||||||
|
"external": "~/.config/redshift/redshift.conf"
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,6 +8,10 @@ font pango:Cascadia Code 12
|
||||||
# https://wiki.archlinux.org/index.php/Feh
|
# https://wiki.archlinux.org/index.php/Feh
|
||||||
exec --no-startup-id feh --no-fehbg --bg-fill --randomize /usr/share/backgrounds/archlinux/*
|
exec --no-startup-id feh --no-fehbg --bg-fill --randomize /usr/share/backgrounds/archlinux/*
|
||||||
|
|
||||||
|
# redshift
|
||||||
|
# https://wiki.archlinux.org/index.php/Redshift
|
||||||
|
exec --no-startup-id redshift-gtk
|
||||||
|
|
||||||
# i3lock
|
# i3lock
|
||||||
bindsym $mod+l exec --no-startup-id i3lock -e -c 000000
|
bindsym $mod+l exec --no-startup-id i3lock -e -c 000000
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
[redshift]
|
||||||
|
location-provider=manual
|
||||||
|
|
||||||
|
[manual]
|
||||||
|
; Ho Chi Minh, Vietnam
|
||||||
|
lat=10.8188
|
||||||
|
lon=106.65186
|
Loading…
Reference in New Issue