Notify dependency
This commit is contained in:
parent
e833123ecd
commit
f8b2226110
File diff suppressed because it is too large
Load Diff
|
@ -132,7 +132,7 @@ function detect_new_tox_users {
|
||||||
# get the nick of the user
|
# get the nick of the user
|
||||||
toxuser="$(echo "$line" | awk -F ' ' '{print $1}')"
|
toxuser="$(echo "$line" | awk -F ' ' '{print $1}')"
|
||||||
|
|
||||||
notify-send $"$PROJECT_NAME mesh" $"$toxuser has joined the mesh" --icon=dialog-information
|
notify-send $"$toxuser" $"has joined the mesh" --icon=dialog-information
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
done < "$CURRENT_USERS_FILE"
|
done < "$CURRENT_USERS_FILE"
|
||||||
|
|
Loading…
Reference in New Issue