diff options
author | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-13 18:43:04 +0530 |
---|---|---|
committer | Saumit Dinesan <justsaumit@protonmail.com> | 2022-08-13 18:43:04 +0530 |
commit | aee94489315c63bf9341ca07668ef9449f87a90f (patch) | |
tree | 562a54c6cb05e83b959700f087eccc650856ce56 /.scripts/pidkill | |
parent | d2bcdf100726baf18a34bd3c0c68c074827c6d04 (diff) |
dunst notif icon update
Diffstat (limited to '.scripts/pidkill')
-rwxr-xr-x | .scripts/pidkill | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/pidkill b/.scripts/pidkill index 754a610..b44dd84 100755 --- a/.scripts/pidkill +++ b/.scripts/pidkill @@ -5,5 +5,5 @@ pid=$(echo $prok | awk '{print $1}') pname=$(echo $prok | awk '{print $4}') kill -15 $pid 2>/dev/null && -[ -n $pname ] && dunstify "Terminated process Successfully" "$pname was killed" +[ -n $pname ] && dunstify "Terminated process Successfully" "$pname was killed" -i skull |