dwmblocks/dwmblocks_scripts/dwm_memory

6 lines
75 B
Plaintext
Raw Permalink Normal View History

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