diff --git a/tmux.conf b/tmux.conf index 61ce18e..7d818c0 100644 --- a/tmux.conf +++ b/tmux.conf @@ -19,7 +19,7 @@ set -g status-interval 2 set -g status-bg black set -g status-fg brightblack set -g status-left '' -set -g status-right ' #($TMUX_PLUGIN_MANAGER_PATH/tmux-mem-cpu-load/tmux-mem-cpu-load --interval 2) | %H:%M | %d-%b-%Y' +set -g status-right '#($TMUX_PLUGIN_MANAGER_PATH/tmux-mem-cpu-load/tmux-mem-cpu-load -g 0 --interval 2) | %H:%M | %d-%b-%Y' set -g status-right-length 100 # Use normal and bright monochrome colors to show a tab line on the left.