dwmblocks/dwmblocks_scripts/dwm_memory

6 lines
78 B
Plaintext
Raw Normal View History

2022-11-09 20:00:41 +01:00
#!/bin/sh
mem="$(free -h | awk '/^Mem:/ {print $3 "/" $2}')"
echo -e "$mem"