6 lines
117 B
Bash
6 lines
117 B
Bash
|
#!/bin/sh
|
||
|
case $1 in
|
||
|
period-changed)
|
||
|
exec dunstify -u low -r 6903 "Redshift" "Period changed to $3"
|
||
|
esac
|