dotfiles/home/default/.local/bin/boom
2024-01-31 19:08:20 +07:00

5 lines
87 B
Bash
Executable File

#!/bin/sh
notify-send 'boom' 'boom.mp3'
mpg123 $HOME/resources/sounds/alerts/boom.mp3