dunst-project / dunst

Lightweight and customizable notification daemon
https://dunst-project.org
Other
4.44k stars 338 forks source link

How to make a notification ring and stop when the notification is cleared? (Stop a notification script on click) #1194

Closed DeepReef11 closed 6 months ago

DeepReef11 commented 11 months ago

I would like to be able to kill this script when I remove the notification. Is there a way?

#!/usr/bin/env sh

while true
do
    paplay "sound.ogg"
    sleep 1
done