dotfiles/.config/polybar/mem_info.sh
2021-12-06 17:37:34 +01:00

4 lines
72 B
Bash
Executable File

#!/bin/bash
free -h | awk '/Mem:/ { printf(" %5s / %s \n", $3, $2) }'