From f39d9a34b0b006979f8b923fc0558f6e0f46aa21 Mon Sep 17 00:00:00 2001
From: June McEnroe <june@causal.agency>
Date: Wed, 12 Feb 2020 02:22:59 -0500
Subject: Simplify macOS notify-send

---
 home/.local/bin/notify-send | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'home/.local/bin')

diff --git a/home/.local/bin/notify-send b/home/.local/bin/notify-send
index afeb22cc..5630440d 100755
--- a/home/.local/bin/notify-send
+++ b/home/.local/bin/notify-send
@@ -4,6 +4,6 @@ on run argv
 	if count of argv is 2 then
 		display notification (item 2 of argv) with title (item 1 of argv)
 	else
-		display notification "" with title (item 1 of argv)
+		display notification (item 1 of argv)
 	end if
 end run
-- 
cgit 1.4.1