/ another mem icon upd

This commit is contained in:
committer@tuxwarrior
2026-03-09 08:48:34 -05:00
parent 9931addd29
commit caddcb0e84
2 changed files with 4 additions and 1 deletions

View File

@@ -8,7 +8,7 @@ displayResources() {
extra_arg=$2
if [[ "${operation}" == "memory" ]]; then
echo /home/poq/.config/nwg-panel/icons/noun-memory-8313913.svg
echo /home/poq/.config/nwg-panel/icons/noun-memory-8286943.svg
free -h | awk '/^Mem:/ {printf "%d/%d gb (%.1f%%)", $3, $2, $3*100/$2}'
elif [[ "${operation}" == "cpu" ]]; then
echo /home/poq/.config/nwg-panel/icons/microchip-solid-full.svg