From 7e9efdfe492ff565c028a4a910d01812a331cd78 Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 28 Jul 2021 15:48:44 +0100 Subject: [PATCH] Updated .tmux.config --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index eac66e4..fdd0dd8 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -30,9 +30,9 @@ bind-key r source-file ~/.tmux.conf \; display-message "~/.tmux.conf reloaded." #set-option -g base-index 1 setw -g aggressive-resize on set -g status-justify centre -set -g status-left-length 150 -set -g status-left "#[fg=red]#(echo 'IP ')#(curl -s http://ipecho.net/plain)" +set -g status-left-length 20 +set -g status-left "#[fg=red]#(echo 'IP: ')#(curl -s http://ipecho.net/plain)" #show session name, window & pane number, date and time on right side of status bar set -g status-right-length 60 -set -g status-right "#[fg=blue]#(hostname)#(echo '\') #(whoami) #[fg=yellow]:: %d %b %Y #[fg=green]:: %l:%M %p :: #(date -u | awk '{print $4}')::" +set -g status-right "#[fg=blue]#(hostname) #[fg=yellow]:: %d %b %Y #[fg=green]:: %l:%M %p :: #(date -u | awk '{print $4}')::"