From 3caa35d5fb7200e6b8dd885c13f6305c19ffb0af Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 20 Dec 2022 22:01:06 +0200 Subject: Add prefix hint to right status --- .config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 8297542..3085f2b 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -266,9 +266,9 @@ set -g status-right-length 60 #set -g status-right-length 140 #set -g status-right-style default #set -ag status-right "#[fg=black] %H:%M %d-%m-%Y #H " -set -ag status-right "#[fg=#50fa7b] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " +set -ag status-right "#[fg=#50fa7b] #{?client_prefix,#[reverse] Prefix #[noreverse] ,} #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " #set -ag status-right "#[fg=DeepSkyBlue1] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " -set -ag status-right "#[fg=black] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " +#set -ag status-right "#[fg=black] #( ~/.config/tmux/right-status.sh ) %H:%M %d-%m-%Y #H " # list of plugins set -g @plugin 'tmux-plugins/tpm' -- cgit v1.2.3