bg_notify: Chequear por REMOTE bien

This commit is contained in:
Cat /dev/Nulo 2022-01-02 15:21:57 -03:00
parent fa5aa41ebb
commit f1d879a8c0

View file

@ -18,7 +18,7 @@ fi
bgnotify () { ## args: (title, subtitle) bgnotify () { ## args: (title, subtitle)
title="$1" title="$1"
test "$REMOTE" && title="[$(hostname)] $title" "$REMOTE" && title="[$(hostname)] $title"
echo -e "\033]777;notify;$title;$2\a" echo -e "\033]777;notify;$title;$2\a"
} }