aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-04-07 09:09:57 +0200
committerThomas Schmucker <ts@its1.de>2023-04-07 09:09:57 +0200
commitc1379fa0ec55fb4945fe718e60aa147799a59362 (patch)
treece29d173473a0ed41e1c31421f2303fb0b13a043 /tmux/tmux.conf
parentd73b88e18b310a2398b63e9e9756fc9aaa613c67 (diff)
downloaddotfiles-c1379fa0ec55fb4945fe718e60aa147799a59362.tar.gz
dotfiles-c1379fa0ec55fb4945fe718e60aa147799a59362.tar.bz2
dotfiles-c1379fa0ec55fb4945fe718e60aa147799a59362.zip
Zeige den Namen der aktuellen Session in der Tmux-Statuszeile an
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf4
1 files changed, 3 insertions, 1 deletions
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
2set -g default-terminal "tmux-256color" 2set -g default-terminal "tmux-256color"
3set -sa terminal-overrides ',xterm-256color:Tc' 3set -sa terminal-overrides ',xterm-256color:Tc'
4set -g status on 4set -g status on
5set -g status-left " " 5set -g status-left " #[fg=darkblue]#S#[fg=black] | "
6set -g status-left-length 20
6set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') " 7set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') "
8set -g status-right-length 35
7set -g base-index 1 9set -g base-index 1
8set -g pane-base-index 1 10set -g pane-base-index 1
9set -g history-limit 10000 11set -g history-limit 10000