summaryrefslogtreecommitdiff
path: root/scriptlets/transmission_bell.sh
diff options
context:
space:
mode:
authorダカマ <dakama@kakeranoumi.xyz>2025-06-02 13:08:46 +0200
committerダカマ <dakama@kakeranoumi.xyz>2025-06-02 13:08:46 +0200
commit14a892e627a375334a02381351f139d94ad7ecf3 (patch)
treee7c1ee5040f3076f57401b3b9e9eb567e2ecfb1a /scriptlets/transmission_bell.sh
First dumpHEADmaster
Diffstat (limited to 'scriptlets/transmission_bell.sh')
-rwxr-xr-xscriptlets/transmission_bell.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/scriptlets/transmission_bell.sh b/scriptlets/transmission_bell.sh
new file mode 100755
index 0000000..284fd05
--- /dev/null
+++ b/scriptlets/transmission_bell.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+SOUNDS="$HOME/stuf/customization/sounds"
+
+nohup play "$SOUNDS/bell.mp3" >/dev/null 2>&1 &
+
+