dotfiles/cfg/eww/systray/scripts/disk
2022-02-19 19:47:23 +05:30

5 lines
87 B
Plaintext
Executable file

# Get Memory usage
get_mem() {
free --mega | awk 'NR == 2 { print $3" / "$2" MB" }'
}