summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-02-12 02:22:59 -0500
committerJune McEnroe <june@causal.agency>2020-02-12 02:23:15 -0500
commit211ec47dcc72f87fe37b67a718e4bafa9361fce6 (patch)
treeee36a50f867a9f45ad1074b9480e89dee8387309 /home
parentAdd imbox and notemap to page (diff)
downloadsrc-211ec47dcc72f87fe37b67a718e4bafa9361fce6.tar.gz
src-211ec47dcc72f87fe37b67a718e4bafa9361fce6.zip
Simplify macOS notify-send
Diffstat (limited to 'home')
-rwxr-xr-xhome/.local/bin/notify-send2
1 files changed, 1 insertions, 1 deletions
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