Use notification sounds with dunst

This commit is contained in:
RealStickman 2021-05-28 15:31:16 +02:00
parent d62ba255d2
commit 7432929fee
2 changed files with 8 additions and 0 deletions

View File

@ -454,3 +454,7 @@
format = ""
# vim: ft=cfg
[play-sound]
summary = "*"
script = "/home/marc/scripts/dunst-notification-sound.sh"

View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
set -euo pipefail
paplay "$HOME/.local/sounds/for-sure-576.ogg"