From a94b79dffb15f0d0d774fbc0d5763c19f2da7ab0 Mon Sep 17 00:00:00 2001 From: xzeldon Date: Mon, 12 Sep 2022 04:12:19 +0300 Subject: [PATCH] remove sed --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index eb38e00..3848041 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -44,7 +44,7 @@ set-option -g status-left-style default set-option -g status-left "#[fg=green]#H #[fg=green,bright]#(uname -r)#[default]" set-option -g status-right-length 140 set-option -g status-right-style default -set-option -g status-right "#[fg=green,bg=default,bright]#(tmux-mem-cpu-load -i 3 -a 0 -g 0 | sed 's/ //') " +set-option -g status-right "#[fg=green,bg=default,bright]#(tmux-mem-cpu-load -i 3 -a 0 -g 0)#[default]" set-option -ag status-right "#[fg=red,dim,bg=default]#(uptime | cut -f 4-5 -d ' ' | cut -f 1 -d ',') " set-option -ag status-right "#[fg=white,bg=default]%a %H:%M:%S #[fg=blue]%Y-%m-%d" set-window-option -g window-status-style fg=colour244