dotfiles/.config/dunst/playsound

4 lines
167 B
Plaintext
Raw Permalink Normal View History

2023-04-14 22:50:40 -05:00
#! /bin/sh
play "~/.config/sounds/dunst/$DUNST_STACK_TAG.*" || play "~/.config/sounds/dunst/$DUNST_DESKTOP_ENTRY.*" || play "~/.config/sounds/dunst/$DUNST_URGENCY.*"