From ce439a5a6c33d9a5e49a08bdfec109a5fdaf4278 Mon Sep 17 00:00:00 2001 From: "committer@tuxwarrior" Date: Fri, 6 Mar 2026 11:36:25 -0500 Subject: [PATCH] topcpu icon upd --- dots/bin/resources.sh | 2 +- dots/nwg-panel/icons/noun-chip-8141465.svg | 20 -------------------- dots/nwg-panel/icons/noun-cpu-8293079.svg | 3 +++ 3 files changed, 4 insertions(+), 21 deletions(-) delete mode 100644 dots/nwg-panel/icons/noun-chip-8141465.svg create mode 100644 dots/nwg-panel/icons/noun-cpu-8293079.svg diff --git a/dots/bin/resources.sh b/dots/bin/resources.sh index 2107f73..262c4f8 100755 --- a/dots/bin/resources.sh +++ b/dots/bin/resources.sh @@ -18,7 +18,7 @@ displayResources() { ps -eo pid,cmd,%mem --sort=-%mem | head -n 2 | awk 'NR==2 {printf "%s: %s (%s%)", $1, $2, $4}' elif [[ "${operation}" == "topcpu" ]]; then # the process that consumes the most cpu - echo /home/poq/.config/nwg-panel/icons/noun-chip-8141465.svg + echo /home/poq/.config/nwg-panel/icons/noun-cpu-8293079.svg ps -eo pid,comm,%cpu --sort=-%cpu | head -n 2 | awk 'NR==2 {printf "%s: %s (%s%)", $1, $2, $3}' else echo "" diff --git a/dots/nwg-panel/icons/noun-chip-8141465.svg b/dots/nwg-panel/icons/noun-chip-8141465.svg deleted file mode 100644 index 4953ee9..0000000 --- a/dots/nwg-panel/icons/noun-chip-8141465.svg +++ /dev/null @@ -1,20 +0,0 @@ - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/dots/nwg-panel/icons/noun-cpu-8293079.svg b/dots/nwg-panel/icons/noun-cpu-8293079.svg new file mode 100644 index 0000000..4fe4bce --- /dev/null +++ b/dots/nwg-panel/icons/noun-cpu-8293079.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file