Browse Source

Include titles

Samuel W. Flint 2 years ago
parent
commit
c28bd6198d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      send-notification

+ 1 - 1
send-notification

@@ -3,7 +3,7 @@
 if [ $# -eq 2 ] ; then
     notify-send "${1}" "${2}" 
     if [ ! -z $TM_USERNAME ] ; then
-        tm send --text="${2}" --phones=$NOTIFICATION_PHNUM > /dev/null
+        tm send --text="${1}: ${2}" --phones=$NOTIFICATION_PHNUM > /dev/null
     fi
 else
     notify-send "${1}"