/ another mem icon upd
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user