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

5 lines
91 B
Text
Raw Normal View History

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