From c1379fa0ec55fb4945fe718e60aa147799a59362 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 7 Apr 2023 09:09:57 +0200 Subject: Zeige den Namen der aktuellen Session in der Tmux-Statuszeile an --- tmux/tmux.conf | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index dba81bd..fcb0109 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -2,8 +2,10 @@ set -g mouse on set -g default-terminal "tmux-256color" set -sa terminal-overrides ',xterm-256color:Tc' set -g status on -set -g status-left " " +set -g status-left " #[fg=darkblue]#S#[fg=black] | " +set -g status-left-length 20 set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') " +set -g status-right-length 35 set -g base-index 1 set -g pane-base-index 1 set -g history-limit 10000 -- cgit v1.3