tmux-plugins / tmux-cpu

Plug and play cpu percentage and icon indicator for Tmux.
MIT License
426 stars 65 forks source link

fix calculation of ram percentage with vm_stat #48

Closed sonnmar closed 4 years ago

sonnmar commented 4 years ago

The statement "grep -o '[0-9]*'" did not find the numbers of vm_stat. I changed it to "grep -Eo '[0-9]+'". It seems to work.

casperdcl commented 4 years ago

yes I presume this is a fix for mac