From fa066cb58d19a22a2ea5a3319968c6e8e997718d Mon Sep 17 00:00:00 2001 From: Christian Baer Date: Thu, 2 Jul 2020 22:04:16 +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 c1f3e77..9e8bb70 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -84,7 +84,7 @@ set -g default-terminal "screen-256color" #+--- Bars ---+ set -g status-left "#[fg=black,bg=blue,bold] #S " -set -g status-right "#{prefix_highlight}#[fg=white,bg=brightblack] %Y-%m-%d#[fg=white,bg=brightblack,nobold,noitalics,nounderscore]|#[fg=white,bg=brightblack] %H:%M #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore] #[fg=black,bg=cyan,bold] #h " +set -g status-right "#{prefix_highlight}#[fg=white,bg=brightblack] %Y-%m-%d #[fg=white,bg=brightblack,nobold,noitalics,nounderscore]|#[fg=white,bg=brightblack] %H:%M #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore] #[fg=black,bg=cyan,bold] #h " #+--- Windows ---+ set -g window-status-format " #[fg=white,bg=brightblack] #I #[fg=white,bg=brightblack]#W #F "