From 7af70af06843bf2174c6b6c58c8a814d0ae142e3 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Sun, 11 Feb 2018 01:34:38 +0100 Subject: [PATCH] Show config changes in tmux Signed-off-by: Knut Ahlers --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index a687b32..f554da1 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -34,7 +34,7 @@ set -g status-justify left set -g status-left-length 40 set -g status-right-length 140 set -g status-left '#[fg=green]#H#[default] ' -set -g status-right '#[fg=red,bg=default]#(tmux-chrony-timediff)#[default] #[fg=white,bg=red]#(tmux-reboot-required)#[default] #[fg=red,dim,bg=default]#(uptime | cut -f 4-5 -d " " | cut -f 1 -d ",") #[fg=white,bg=default]%a, %H:%M:%S#[default] #[fg=blue,bright]%Y-%m-%d (KW %V) ' +set -g status-right '#[fg=red,bg=default]#(check_config)#[default] #[fg=red,bg=default]#(tmux-chrony-timediff)#[default] #[fg=white,bg=red]#(tmux-reboot-required)#[default] #[fg=red,dim,bg=default]#(uptime | cut -f 4-5 -d " " | cut -f 1 -d ",") #[fg=white,bg=default]%a, %H:%M:%S#[default] #[fg=blue,bright]%Y-%m-%d (KW %V) ' # C-b is not acceptable -- Vim uses it set-option -g prefix C-a