summaryrefslogtreecommitdiff
path: root/scriptlets/transmission_bell.sh
blob: 284fd050248357110d5a414628c313565c57a986 (plain)
1
2
3
4
5
6
7
#!/bin/bash

SOUNDS="$HOME/stuf/customization/sounds"

nohup play "$SOUNDS/bell.mp3" >/dev/null 2>&1 &