6 lines
105 B
Bash
6 lines
105 B
Bash
#!/bin/sh
|
|
case $1 in
|
|
period-changed)
|
|
exec notify-send "Redshift" "Period changed to $3"
|
|
esac
|