diff --git a/modules/tmux.nix b/modules/tmux.nix index 57e4363..08d23ff 100644 --- a/modules/tmux.nix +++ b/modules/tmux.nix @@ -42,7 +42,7 @@ set -g status-left-length 40 set -g status-right-length 50 set -g status-left '#{?client_prefix,#[bg=#fb4934],#[bg=#a89984]}#[fg=#282828] #S #[bg=#282828] ' - set -g status-right '#[bg=#282828]#[fg=#ebdbb2] #{b:pane_current_path} #{?SSH_CLIENT,#[bg=#fabd2f],#[bg=#a89984]}#[fg=#282828]#{?pane_in_mode, [COPY],} #H | %H:%M ' + set -g status-right '#[bg=#282828]#[fg=#ebdbb2] #{=20:#{b:pane_current_path}} #{?SSH_CLIENT,#[bg=#fabd2f],#[bg=#a89984]}#[fg=#282828]#{?pane_in_mode, [COPY],} #H | %H:%M ' # Window status format set -g window-status-format ' #I:#W '