neodotfiles/user/.config/suckless/dwmblocks/scripts/memory

4 lines
90 B
Text
Raw Normal View History

#!/bin/bash
2022-07-01 06:06:16 +00:00
mem="$(free -h | awk '/^Mem:/ {print $3 "/" $2}')"
echo -e "  RAM: $mem "