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

4 lines
87 B
Text
Raw Normal View History

2022-12-20 00:15:21 +00:00
#!/bin/bash
mem="$(free -h | awk '/^Mem:/ {print $3 "/" $2}')"
echo -e " RAM: [$mem] "