summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vanbesien <tvanbesi@proton.me>2026-06-10 23:49:07 +0200
committerThomas Vanbesien <tvanbesi@proton.me>2026-06-11 08:21:23 +0200
commitd0f9e06b45fc87e124399f8ea88bb55deefd3571 (patch)
treee144654ab2bd4e06896e8b4c474104be983765d4
parent863053ee1e9dcee40b31c995d0c7816eec3087a2 (diff)
downloaddotfiles-d0f9e06b45fc87e124399f8ea88bb55deefd3571.tar.gz
dotfiles-d0f9e06b45fc87e124399f8ea88bb55deefd3571.zip
misc(tmux): update right status bar format and style
-rw-r--r--.config/tmux/tmux.conf10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf
index e23e1c2..3f0f23e 100644
--- a/.config/tmux/tmux.conf
+++ b/.config/tmux/tmux.conf
@@ -9,14 +9,14 @@ set-option -g mode-keys vi
set-option -g status-keys vi
set-option -g mouse on
-set-option -g status-right-length 50
set-option -g status-left-length 27
set-option -g status-left " #{p22:#{=/21/…:session_name}} ║"
set-option -g status-left-style "reverse,bold"
-set-option -g status-right "#{?window_bigger,[#{window_offset_x}#,#{window_offset_y}] ,}\"#{=21:pane_title}\" ║ %H:%M ║ %Y-%m-%d"
-set-option -g window-status-format " #{?#F,#F,}#{p22:#{=/21/…:window_name}} "
-set-option -g window-status-current-format " #{?#F,#F,}#{p22:#{=/21/…:window_name}} "
-set-option -g window-status-separator "║ "
+set-option -g status-right-length 71
+set-option -g status-right "#{p-30:\"#{=/27/…:pane_title}\"} |  %H:%M | 󰃭 %Y-%m-%d |  #(t=$(($(date +%%s)-#{session_created})); printf '%%dd %%02d:%%02d' $((t / 86400)) $((t %% 86400 / 3600)) $((t %% 3600 / 60))) "
+set-option -g window-status-format " #{?#F,#F,}#{p19:#{=/18/…:window_name}} "
+set-option -g window-status-current-format " #{?#F,#F,}#{p19:#{=/18/…:window_name}} "
+set-option -g window-status-separator "║"
set-option -g window-status-current-style "bold,italics"
set-option -g focus-events on