From cff3c2e7b8a5b555d969a03fa2ba3ffe1fed10e6 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Fri, 23 Dec 2022 19:46:29 +0100 Subject: [PATCH] ~/.tmux.conf update. --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 6472c693..86104852 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -20,7 +20,7 @@ set -g mode-style fg=colour160,bold,bg=colour238,bold #set -g status-style fg=white,bg=colour250 set -g status-style fg=white,bg=green #set -g status-style fg=white,bg=black -set -g status-interval 1 +set -g status-interval 3600 set -g status-position bottom # DESIGN: WINDOW STATUS @@ -53,8 +53,8 @@ set -g status-left '' # items right to the tabs #set -g status-right '#[fg=colour59,bg=colour250,bold] %y/%m/%d |#[fg=colour59,bg=colour250,bold] %H:%M:%S ' -set -g status-right '#[fg=colour22,bg=green,bold] %F |#[fg=colour22,bg=green,bold] %T ' -#set -g status-right '' +#set -g status-right '#[fg=colour22,bg=green,bold] %F |#[fg=colour22,bg=green,bold] %T ' +set -g status-right '' setw -g window-status-bell-style fg=red,bold set-window-option -g window-status-bell-style bg=colour160