From 4c88f2bc6bfac6dc98d2be46b14d4935a39dddd6 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Wed, 24 Sep 2025 09:02:43 +0100 Subject: [PATCH] Move tmux status bar to top --- home/dot_config/tmux/tmux.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/dot_config/tmux/tmux.conf b/home/dot_config/tmux/tmux.conf index 8727110..e2fb472 100644 --- a/home/dot_config/tmux/tmux.conf +++ b/home/dot_config/tmux/tmux.conf @@ -95,3 +95,5 @@ set -g status-left-length 20 set -g status-right-length 140 set -g status-left ' #[fg=green]#H #[fg=black]• #[fg=green,bright]#(uname -r | cut -c 1-6)#[default]' set -g status-right '#[fg=white,bg=default]%H:%M:%S #[default] #[fg=blue]%Y-%m-%d ' + +set -g status-position top