dotfiles/.config/dunst/playsound

4 lines
167 B
Bash
Executable File

#! /bin/sh
play "~/.config/sounds/dunst/$DUNST_STACK_TAG.*" || play "~/.config/sounds/dunst/$DUNST_DESKTOP_ENTRY.*" || play "~/.config/sounds/dunst/$DUNST_URGENCY.*"