Jelajahi Sumber

Switch notification method

Samuel W. Flint 4 tahun lalu
induk
melakukan
f6a8bf539f
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      day

+ 2 - 2
day

@@ -45,11 +45,11 @@ if [ $1 == "start" ] ; then
     sync-dirs . School Projects
     restart_i3
     start_emacs
-    send_notification "Starting Day" "On $(hostname -s)."
+    notify "Starting Day" "On $(hostname -s)."
 elif [ $1 == "end" ] ; then
     check_ssh
     sync-dirs . School Projects
-    send_notification "Ending Day" "On $(hostname -s)."
+    notify "Ending Day" "On $(hostname -s)."
 else
     echo "$(basename $0) [ start | end ]" >&2
     exit 1