소스 검색

Include titles

Samuel W. Flint 3 년 전
부모
커밋
c28bd6198d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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}"