From aee94489315c63bf9341ca07668ef9449f87a90f Mon Sep 17 00:00:00 2001 From: Saumit Dinesan Date: Sat, 13 Aug 2022 18:43:04 +0530 Subject: dunst notif icon update --- .scripts/pidkillall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.scripts/pidkillall') 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 -- cgit v1.2.3