diff options
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index e7042c7..bc47dc6 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -4,7 +4,7 @@ set -sa terminal-overrides ',tmux-256color:Tc' | |||
| 4 | set -g status on | 4 | set -g status on |
| 5 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " | 5 | 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]%H:%M " | 7 | set -g status-right "#[fg=black] | #[fg=darkblue]%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 status-interval 30 |
| 10 | set -g base-index 1 | 10 | set -g base-index 1 |
