tmux-plugins / tmux-cpu

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

Incorrect format for cpu #59

Closed Rizhiy closed 4 years ago

Rizhiy commented 4 years ago

Hi, I recently updated and CPU percentage is in the wrong format:

Rizhiy commented 4 years ago

image

casperdcl commented 4 years ago

Hmm I wonder if this is related to #44. Could you try the fix-lang branch?

Rizhiy commented 4 years ago

It might be, I believe my system uses Russian format which does indeed use comma as a decimal separator.

casperdcl commented 4 years ago

you should be able to cd ~/.tmux/plugins/tmux-cpu && git pull && git checkout fix-lang to try this out

Rizhiy commented 4 years ago

fix-lang fixed it for me.