dotfiles/.config/gammastep/hooks/notif.sh

6 lines
118 B
Bash
Raw Normal View History

2021-09-09 01:46:43 +02:00
#!/bin/sh
case $1 in
period-changed)
exec dunstify -u low -r 6903 "Gammastep" "Period changed to $3"
esac