aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-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