5908371ba0f4ad3c52388f06f65ba1d2b103a7d5
[dotfiles.git] / Scripts / statusbar / blocks_mem
1 #!/bin/sh
2
3 # alternate to display total mem too
4 #mem="$(df -h | grep /dev/sda5 | awk '{printf "%s:%s", $3, $2}')"
5 mem="$(df -h | grep /dev/sda5 | awk '{print $3}')"
6 echo " $mem"