Use notification sounds with dunst
This commit is contained in:
parent
d62ba255d2
commit
7432929fee
@ -454,3 +454,7 @@
|
|||||||
format = ""
|
format = ""
|
||||||
|
|
||||||
# vim: ft=cfg
|
# vim: ft=cfg
|
||||||
|
|
||||||
|
[play-sound]
|
||||||
|
summary = "*"
|
||||||
|
script = "/home/marc/scripts/dunst-notification-sound.sh"
|
||||||
|
4
arch-config/scripts/dunst-notification-sound.sh
Executable file
4
arch-config/scripts/dunst-notification-sound.sh
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/usr/bin/env bash
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
paplay "$HOME/.local/sounds/for-sure-576.ogg"
|
Loading…
Reference in New Issue
Block a user