]> code.delx.au - spectrwm/blobdiff - baraction.sh
catch up to new top
[spectrwm] / 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  "
 }