From: Marco Peereboom Date: Mon, 18 Jul 2011 16:19:29 +0000 (+0000) Subject: catch up to new top X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;ds=inline;h=d034409fc98bb0bbdf4fbd9b142b1648df56cba8;p=spectrwm.git 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 " }