]> code.delx.au - spectrwm/commitdiff
catch up to new top
authorMarco Peereboom <marco@conformal.com>
Mon, 18 Jul 2011 16:19:29 +0000 (16:19 +0000)
committerMarco Peereboom <marco@conformal.com>
Mon, 18 Jul 2011 16:19:29 +0000 (16:19 +0000)
From: Alicornio <alicornio@ig.com.br>

baraction.sh

index 745521959dc02f5d6c00e8267176c1bb0e74fad9..c4fe4c22669f34d1328dc61508e9664e44414476 100644 (file)
@@ -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  "
 }