summaryrefslogtreecommitdiff
path: root/.local/bin/dwmbar/bar_memory.sh
blob: af8be2fa62aec4e79a28c8b3cfe48ee97cb6a9dc (plain)
1
2
3
4
5
#!/bin/sh

# Memory bar

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