aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tmux/tmux.conf1
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] | "
6set -g status-left-length 20 6set -g status-left-length 20
7set -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 8set -g status-right-length 35
9set -g status-interval 30
9set -g base-index 1 10set -g base-index 1
10set -g pane-base-index 1 11set -g pane-base-index 1
11set -g history-limit 10000 12set -g history-limit 10000