dotfiles/.config/polybar/mem_info.sh

4 lines
72 B
Bash
Raw Normal View History

2021-12-06 17:37:34 +01:00
#!/bin/bash
free -h | awk '/Mem:/ { printf(" %5s / %s \n", $3, $2) }'