o0th / tmux-nova

tmux theme
MIT License
173 stars 20 forks source link

Can't get modules to work #22

Closed z-prince closed 2 years ago

z-prince commented 2 years ago

Sorry to be a nuisance, love your work. I just can't seem to get any of the modules to work on the bar. I'm using MacOs and TPM. Screen Shot 2022-04-21 at 22 04 21 Screen Shot 2022-04-21 at 22 05 57 .

o0th commented 2 years ago

Hi @z-prince, thank you for the appreciation, did you install the plugins like tmux-cpu, tmux-net-speed? If you're using tpm you can add this to your .tmux.conf

set -g @plugin 'tmux-plugins/tmux-cpu'
set -g @plugin 'tmux-plugins/tmux-net-speed'
z-prince commented 2 years ago

That was it, thank you so much!