From b6b7dbe85610157853f6ef7aaaea47358977e384 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Tue, 25 Nov 2025 19:11:06 +0400 Subject: fix: update notify_send api --- scripts/gui/sclip | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scripts') diff --git a/scripts/gui/sclip b/scripts/gui/sclip index 56ea57f..3e4c30d 100755 --- a/scripts/gui/sclip +++ b/scripts/gui/sclip @@ -58,15 +58,15 @@ fi if [ "${silent}" -eq 0 ]; then if [ "${status}" -eq 0 ]; then if [ -n "${filepath}" ]; then - notify_handle "Copied file: ${filepath}" + notify_handle send "Copied file: ${filepath}" else notify_handle "Copied text" fi else if [ -n "${filepath}" ]; then - notify_handle "Failed to copy file: ${filepath}" + notify_handle send "Failed to copy file: ${filepath}" else - notify_handle "Failed to copy text" + notify_handle send "Failed to copy text" fi fi fi -- cgit v1.2.3