dotfiles/.config/waybar/scripts/mem_info.sh
2021-12-11 15:02:56 +01:00

4 lines
72 B
Bash
Executable File

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