Explorar o código

Include titles

Samuel W. Flint %!s(int64=3) %!d(string=hai) anos
pai
achega
c28bd6198d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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}"