dotfiles/.local/bin/tools/statusbar/memory

4 lines
53 B

#!/bin/sh
free -h | awk '/^Mem:/ {print $3 "/" $2}'