X-Git-Url: https://code.delx.au/spectrwm/blobdiff_plain/d2de668398d403b322f57578d0306807e263db16..d034409fc98bb0bbdf4fbd9b142b1648df56cba8:/baraction.sh diff --git a/baraction.sh b/baraction.sh index 7455219..c4fe4c2 100644 --- a/baraction.sh +++ b/baraction.sh @@ -12,7 +12,7 @@ print_date() { } print_mem() { - MEM=`/usr/bin/top | grep Free: | cut -d " " -f7` + MEM=`/usr/bin/top | grep Free: | cut -d " " -f6` echo -n "Free mem: $MEM " }