瀏覽代碼

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}"