Update configuration

This commit is contained in:
2021-10-11 11:18:48 +04:00
parent f8f6bd4616
commit 802f0166ed
10 changed files with 100 additions and 5 deletions

5
config/redshift/hooks Normal file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
case $1 in
period-changed)
exec notify-send "Redshift" "Period changed to $3"
esac