summaryrefslogtreecommitdiff
path: root/dwmbar/bar_memory.sh
blob: 0738d9ddb05cd572864e1c7945eb337827475c3b (plain)
1
2
3
# Memory bar

free -h | awk '/^Mem/ { print $3 "/" $2 } ' | sed s/i//g