tmux-cpu
tmux-cpu copied to clipboard
freebsd compatibility
Hi,
I fixed two issues to make tmux-cpu more compatible to freebsd.
To get memory usage the easiest way is to install freecolor. Unfortunately it counts cached memory as 'used' not as 'free'.
Second bug: FreeBSD sed can't handle \s, i replaced it with [[:space:]].