Ajout redshift
This commit is contained in:
parent
042918a6f3
commit
c2f8030e58
2 changed files with 19 additions and 0 deletions
14
.config/redshift.conf
Normal file
14
.config/redshift.conf
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
[redshift]
|
||||||
|
temp-day=5000
|
||||||
|
temp-night=4000
|
||||||
|
|
||||||
|
transition=1
|
||||||
|
|
||||||
|
location-provider=manual
|
||||||
|
|
||||||
|
adjustment-method=randr
|
||||||
|
|
||||||
|
[manual]
|
||||||
|
lat=48.10038
|
||||||
|
lon=-1.66612
|
||||||
|
|
5
.config/redshift/hooks/notif.sh
Executable file
5
.config/redshift/hooks/notif.sh
Executable file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
case $1 in
|
||||||
|
period-changed)
|
||||||
|
exec dunstify -u low -r 6903 "Redshift" "Period changed to $3"
|
||||||
|
esac
|
Loading…
Reference in a new issue