From 14a892e627a375334a02381351f139d94ad7ecf3 Mon Sep 17 00:00:00 2001 From: ダカマ Date: Mon, 2 Jun 2025 13:08:46 +0200 Subject: First dump --- scriptlets/transmission_bell.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 scriptlets/transmission_bell.sh (limited to 'scriptlets/transmission_bell.sh') 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 & + + -- cgit v1.2.3