Files
tmux-cpu-mem-monitor/README.md

14 lines
292 B
Markdown

# Installation
```tmux
# install via tpm to get the sysusage_cmd
set -g @plugin 'https://gitea.mschirmer.com/m13r/tmux-cpu-mem-monitor'
# ----- Theme ----- #
CPU_MEM_USAGE="#(#{@sysusage_cmd})"
set-option -g status-right "${CPU_MEM_USAGE}"
```
![example of how it could look](image.png)