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