neodotfiles/user/.config/suckless/dwmblocks/scripts/block_memory
2022-12-19 20:15:21 -04:00

3 lines
87 B
Bash
Executable file

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