X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=baraction.sh;h=c3ac272a898f9acbc7aeaa4694e7983fc00b3c28;hb=ec9086aab15788df4d9bd05531ee10d3f9d260d4;hp=745521959dc02f5d6c00e8267176c1bb0e74fad9;hpb=fd802e8f9431f511ed6f9f2d822b64b07a2a4bc2;p=spectrwm.git diff --git a/baraction.sh b/baraction.sh index 7455219..c3ac272 100644 --- a/baraction.sh +++ b/baraction.sh @@ -1,6 +1,5 @@ #!/bin/sh # -# $scrotwm$ print_date() { # The date is printed to the status bar by default. @@ -12,7 +11,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 " }