diff options
| -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 |
