commit 2c6c50b45dfc7c6667e9a816b8d7f002889e2efe
parent 3d5af6248ce3e02d1467004853390421aebc38c9
Author: Milutin Popovic <milutin@popovic.xyz>
Date: Sun, 15 Mar 2026 22:18:02 +0000
bump
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.local/bin/scripts/trm b/.local/bin/scripts/trm
@@ -27,9 +27,8 @@ start() {
grep -v "announcer.c:\|platform.c:\|announce done (tr-dht.c:" |\
grep -v "Saved.*variant.c:" |\
while read line; do
- echo $line | grep -qi "starting\|started" &&\
+ echo $line | grep -qi "Serving RPC and Web requests" &&\
notify-send "Transmission Started" " "
- echo $line | systemd-cat --identifier="TransWrap" --priority=5
done 2>&1 > /dev/null
done&disown;
exit 0