From eb1298cc2cb9677b4507659686a5bd26fcbb0aef Mon Sep 17 00:00:00 2001 From: quilime Date: Mon, 11 Jan 2021 22:26:18 -0800 Subject: [PATCH] Update .tmux.conf --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 5064598..3e977b7 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -9,7 +9,7 @@ set -g status-bg default set -g status-fg white set -g status-left-length 20 set -g status-right-length 40 -set -g status-left "#[bg=colour0]#[fg=colour4] #h [#[fg=colour15]#I#[fg=colour4]] >>>" +set -g status-left "#[bg=colour0]#[fg=colour4] #h [#[fg=colour15]#I#[fg=colour4]] >>> " # set -g status-right "#[bg=colour33]#[fg=colour255]#[fg=colour232] #[fg=colour255]#(uptime | awk {'print $8, $9, $10'})#[fg=colour232] #[bg=colour232] #[bg=colour33] #[fg=colour255]#(date '+%H:%M %d-%m-%Y')#[fg=colour232] " set -g status-right "#[bg=colour33]#[fg=colour255]#[fg=colour232]#[bg=colour232]#[fg=colour149]#(date '+%H:%M %Y-%m-%d')" set -g terminal-overrides 'xterm*:smcup@:rmcup@' -- 2.34.1