commit ac9807823f31ed4344f3ff888bab1bfd9633f48e from: Omar Polo date: Sat Dec 16 08:52:43 2023 UTC tweak amused-termux-notification - path to the socket is not necessary anymore since we respect $TMPDIR now which is set by termux - no need to hardcode the executable path, use an environment variable instead. (this is because "callback" commands from termux don't inherit the environment) commit - 83f1c89565efcc528df65f512b6166561565cb6c commit + ac9807823f31ed4344f3ff888bab1bfd9633f48e blob - d13ab617ce8686505062ca55c08188dcab38b61c blob + aa0ecdddce4464927666043d2d4a9cf29ebb43c6 --- contrib/amused-termux-notification +++ contrib/amused-termux-notification @@ -1,7 +1,6 @@ #!/bin/sh -# XXX -amused="$HOME/bin/amused -s $HOME/amused.sock" +amused="${AMUSED:-amused}" notify() { path="$($amused status -f path)"