tmux-plugins / tmux-cpu

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

Showing the value of cpu only when I source the file ~/.tmux.conf(Press <c-b> r) #23

Closed andreyvpng closed 6 years ago

andreyvpng commented 6 years ago

How i can solve this problem?

My screen cast My ~/.tmux.conf

ctjhoa commented 6 years ago

You need to move run '~/.tmux/plugins/tpm/tpm' at the end of your .tmux.conf. As you customize the status bar, tpm needs to be executed after that.

andreyvpng commented 6 years ago

Sorry for stupid question. Thanks for help