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/pidkillall | |
parent | d2bcdf100726baf18a34bd3c0c68c074827c6d04 (diff) |
dunst notif icon update
Diffstat (limited to '.scripts/pidkillall')
-rwxr-xr-x | .scripts/pidkillall | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/pidkillall b/.scripts/pidkillall index 86fad3c..afbf007 100755 --- a/.scripts/pidkillall +++ b/.scripts/pidkillall @@ -4,6 +4,6 @@ psout=$(ps -u $USER -o pid,%cpu,%mem,comm | sed -n '1!p' | sort -b -k2 -r| cut - //uniq without piping into sort before with the help of awk killall $psout 2>/dev/null && -[ -n $psout ] && dunstify "Terminated all processes Successfully" "$psout was killed" +[ -n $psout ] && dunstify "Terminated all processes Successfully" "$psout was killed" -i skull |