From 964d7718174bc38b45f4674ab05442df3f9f9a8a Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Mon, 20 Oct 2025 21:33:04 +0100 Subject: Customise status bar --- tmux.conf | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/tmux.conf b/tmux.conf index 0c9ece9..b856820 100644 --- a/tmux.conf +++ b/tmux.conf @@ -2,3 +2,13 @@ unbind C-b set -g prefix C-Space bind C-Space send-prefix + +# Status bar +set -g status-position top +set -g status-left " #S | " +set -g window-status-format " #W " +set -g window-status-current-format "<#W>" +set -g status-left-length 30 +set -g status-right "#{user}@#H | %F | %R " +set -g status-right-length 150 +set -g status-interval 5 -- cgit