From c3ce3979bbe0f52a4d504e52d788343a0d660591 Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Sat, 18 Oct 2025 09:58:33 +0300 Subject: [PATCH] [+] improve tmux status line --- dotfiles/.tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/dotfiles/.tmux.conf b/dotfiles/.tmux.conf index e53dba3..c3ee646 100644 --- a/dotfiles/.tmux.conf +++ b/dotfiles/.tmux.conf @@ -37,7 +37,8 @@ set-option -g pane-active-border-style "bg=#33dd44 fg=#ffffff" bind space display "Fuck!" set-option -g set-titles on set-option -g set-titles-string "#S / #W" -set -g status-right "#H %H:%M:%S %Y-%m-%d %Z" +# set -g status-right "#H %H:%M:%S %Y-%m-%d %Z" +set -g status-right "#{=-16:pane_current_path} #{pane_index} #H %H:%M:%S %Y-%m-%d %Z" set -g status-interval 1 -set -g status-right-length 60 +set -g status-right-length 64 set -g mouse on