Ajout redshift

This commit is contained in:
Breizh 2022-02-26 22:47:57 +01:00
parent 042918a6f3
commit c2f8030e58
2 changed files with 19 additions and 0 deletions

14
.config/redshift.conf Normal file
View 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

View File

@ -0,0 +1,5 @@
#!/bin/sh
case $1 in
period-changed)
exec dunstify -u low -r 6903 "Redshift" "Period changed to $3"
esac