From dce2b6dfee304206f21b221f3436ef686e5beca9 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Fri, 27 Sep 2024 13:41:46 -0400 Subject: [PATCH] bin: Swap pbclear notification sections --- bin/pbclear | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/pbclear b/bin/pbclear index 9a10ca9..81ca70d 100755 --- a/bin/pbclear +++ b/bin/pbclear @@ -9,4 +9,4 @@ clear_pasteboard ruler clear_pasteboard find clear_pasteboard font -osascript -e 'display notification "pbclear" with title "Clipboard cleared"' +osascript -e 'display notification "Clipboard cleared" with title "pbclear"'