]> code.delx.au - spectrwm/blobdiff - baraction.sh
Fix new windows not always being handled in a prompt fashion.
[spectrwm] / baraction.sh
index 745521959dc02f5d6c00e8267176c1bb0e74fad9..e87b93da5d0a816a193d22733fd5d5ebde4cabc5 100644 (file)
@@ -1,18 +1,17 @@
 #!/bin/sh
 #
-# $scrotwm$
 
 print_date() {
        # The date is printed to the status bar by default.
        # To print the date through this script, set clock_enabled to 0
-       # in scrotwm.conf.  Uncomment "print_date" below.
+       # in spectrwm.conf.  Uncomment "print_date" below.
        FORMAT="%a %b %d %R %Z %Y"
        DATE=`date "+${FORMAT}"`
        echo -n "${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  "
 }