X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=baraction.sh;h=c4fe4c22669f34d1328dc61508e9664e44414476;hb=161d2c0b22a70a56eb38929d91338b6c0e2c1218;hp=745521959dc02f5d6c00e8267176c1bb0e74fad9;hpb=fd802e8f9431f511ed6f9f2d822b64b07a2a4bc2;p=spectrwm.git 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 " }