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