From: Marco Peereboom Date: Mon, 18 Jul 2011 16:19:29 +0000 (+0000) Subject: catch up to new top X-Git-Tag: SCROTWM_0_9_34~10 X-Git-Url: https://code.delx.au/spectrwm/commitdiff_plain/d034409fc98bb0bbdf4fbd9b142b1648df56cba8 catch up to new top From: Alicornio --- 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 " }