From 1af524726431b2c23856c4e26d58973c24892789 Mon Sep 17 00:00:00 2001 From: Christoffer Martinsson Date: Mon, 29 May 2023 19:20:12 +0200 Subject: [PATCH] Updated tmux conf --- tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.