summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2025-10-20 21:33:04 +0100
committerBlake Romero <blake@developercraft.com>2025-10-20 21:33:04 +0100
commit964d7718174bc38b45f4674ab05442df3f9f9a8a (patch)
tree9ccac5a670b981e849f375d341605d1ac88782a5
parent3f996d2b8d8493775e135c532346fc6d8d92eae4 (diff)
Customise status bar
-rw-r--r--tmux.conf10
1 files changed, 10 insertions, 0 deletions
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