diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-01-19 18:22:28 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-01-19 18:22:28 +0900 |
| commit | 2398cb234ad450dcec0e41a235c7137c3d0f831a (patch) | |
| tree | 7e7e93374d7e811abae601d2aa7b1fd5aacbc211 /config/hypr/scripts/ScreenShot.sh | |
| parent | 297144b5dd1b08819276840c138c01c584689165 (diff) | |
update on scripts for better notification via swaync
Diffstat (limited to 'config/hypr/scripts/ScreenShot.sh')
| -rwxr-xr-x | config/hypr/scripts/ScreenShot.sh | 4 |
1 files changed, 2 insertions, 2 deletions
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 |
