Play mp3 sound effect on repeat until user closes notification #1382
Unanswered
omnigenous
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Within rules you can specify a script to be run every time the rule is matched by assigning the 'script' option to the name of the script to be run. you could add a dunstrc rule to match your notif and make a custom script like sleep $timeout
play sound ... [mynotif]
appname = myapp
script = ./sound-script I thing something along these lines should work. I will close your other issue so we can talk here |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Just read my week old post: #1380 and realized it's not clear at all what I was trying to achieve.
I'm making an alarm bash script and I got stuck on one part. I want to play a sound effect (mp3 file) when time is due on repeat until user closes notification manually (I will use
notify-send -t 0 ...
)Not sure if clarification of my use case helps.
Beta Was this translation helpful? Give feedback.
All reactions