diff options
| author | Thomas Schmucker <ts@its1.de> | 2023-04-07 09:09:57 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2023-04-07 09:09:57 +0200 |
| commit | c1379fa0ec55fb4945fe718e60aa147799a59362 (patch) | |
| tree | ce29d173473a0ed41e1c31421f2303fb0b13a043 /tmux | |
| parent | d73b88e18b310a2398b63e9e9756fc9aaa613c67 (diff) | |
| download | dotfiles-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')
| -rw-r--r-- | tmux/tmux.conf | 4 |
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 | |||
| 2 | set -g default-terminal "tmux-256color" | 2 | set -g default-terminal "tmux-256color" |
| 3 | set -sa terminal-overrides ',xterm-256color:Tc' | 3 | set -sa terminal-overrides ',xterm-256color:Tc' |
| 4 | set -g status on | 4 | set -g status on |
| 5 | set -g status-left " " | 5 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " |
| 6 | set -g status-left-length 20 | ||
| 6 | set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') " | 7 | set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') " |
| 8 | set -g status-right-length 35 | ||
| 7 | set -g base-index 1 | 9 | set -g base-index 1 |
| 8 | set -g pane-base-index 1 | 10 | set -g pane-base-index 1 |
| 9 | set -g history-limit 10000 | 11 | set -g history-limit 10000 |
