From 3eda5d79a7c3f22360a1bb58549ede445a935907 Mon Sep 17 00:00:00 2001 From: Ayo Date: Wed, 24 Jun 2026 22:25:13 +0200 Subject: [PATCH] feat(tmux): status-bar on top --- .tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 264f2ea..df8f63a 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -27,7 +27,6 @@ set -g @nova-segment-mode-colors "#78a2c1 #2e3440" set -g @nova-segment-whoami '#(gitmux "#{pane_current_path}")' set -g @nova-segment-whoami-colors "#2d3540 #2e3440" - set -g @nova-pane "#I#{?pane_in_mode,  #{pane_mode},}  #W" set -g @nova-rows 0 @@ -77,3 +76,5 @@ bind -n C-k select-pane -D # Enable mouse set -g mouse on + +set-option -g status-position top