diff options
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index fcb0109..5909245 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -6,6 +6,7 @@ set -g status-left " #[fg=darkblue]#S#[fg=black] | " | |||
| 6 | set -g status-left-length 20 | 6 | set -g status-left-length 20 |
| 7 | 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 | 8 | set -g status-right-length 35 |
| 9 | set -g status-interval 30 | ||
| 9 | set -g base-index 1 | 10 | set -g base-index 1 |
| 10 | set -g pane-base-index 1 | 11 | set -g pane-base-index 1 |
| 11 | set -g history-limit 10000 | 12 | set -g history-limit 10000 |
