tmux-cpu icon indicating copy to clipboard operation
tmux-cpu copied to clipboard

freebsd compatibility

Open bw1faeh0 opened this issue 1 year ago • 0 comments

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:]].

bw1faeh0 avatar Nov 11 '24 08:11 bw1faeh0