Displays a bar chart of CPU usage in tmux.
Displays in 1/8 increments, one per CPU: ▁▂▃▄▅▆▇█
Edit your ~/.tmux.conf:
# install the plugin
set -g @plugin 'teresi/tmux-cpu-info'
# add the chart to your status, e.g.:
set-option -ag status-right '#($TMUX_PLUGIN_MANAGER_PATH/tmux-cpu-info/bars.py)'Requires Tmux Plugin Manager, Python3, and the psutil module.
Tested on Linux.
This plugin was inspired by https://github.com/jdxcode/tmux-cpu-info
