You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Found that the CPU status will be overlayed by tmux-power (it shows at first glance after installation <prefix> + I and then disappears)
Here is the ~/.tmux.conf I have, basically copy paste default config from both projects (as well as tmp manager).
# List of plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'wfxr/tmux-power'
set -g @tmux_power_theme 'default'
set -g @plugin 'thewtex/tmux-mem-cpu-load'
set -g status-left '#[fg=green]#($TMUX_PLUGIN_MANAGER_PATH/tmux-mem-cpu-load/tmux-mem-cpu-load --colors --powerline-right --interval 2)#[default]'
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.tmux/plugins/tpm/tpm'
The text was updated successfully, but these errors were encountered:
I am trying to apply
tmux-power
withtmux-mem-cpu-load
Found that the CPU status will be overlayed by
tmux-power
(it shows at first glance after installation<prefix> + I
and then disappears)Here is the
~/.tmux.conf
I have, basically copy paste default config from both projects (as well astmp
manager).The text was updated successfully, but these errors were encountered: