From 2398cb234ad450dcec0e41a235c7137c3d0f831a Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sun, 19 Jan 2025 18:22:28 +0900 Subject: update on scripts for better notification via swaync --- config/hypr/scripts/ScreenShot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/hypr/scripts/ScreenShot.sh') diff --git a/config/hypr/scripts/ScreenShot.sh b/config/hypr/scripts/ScreenShot.sh index 3fdd15b8..e0df2b86 100755 --- a/config/hypr/scripts/ScreenShot.sh +++ b/config/hypr/scripts/ScreenShot.sh @@ -53,7 +53,7 @@ notify_view() { local check_file="${dir}/${file}" if [[ -e "$check_file" ]]; then "${sDIR}/Sounds.sh" --screenshot - resp=$(timeout 5 ${notify_cmd_shot} " Screenshot Saved") + resp=$(timeout 5 ${notify_cmd_shot} " Screenshot" " Saved") case "$resp" in action1) xdg-open "${check_file}" & @@ -63,7 +63,7 @@ notify_view() { ;; esac else - ${notify_cmd_shot} " Screenshot NOT Saved" + ${notify_cmd_shot} " Screenshot" " NOT Saved" "${sDIR}/Sounds.sh" --error fi fi -- cgit v1.2.3