aboutsummaryrefslogtreecommitdiffstats
path: root/_tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '_tmux.conf')
-rw-r--r--_tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/_tmux.conf b/_tmux.conf
index cceb403..348f74b 100644
--- a/_tmux.conf
+++ b/_tmux.conf
@@ -74,8 +74,8 @@ set-option -g pane-active-border-style "fg=blue,bg=default"
## Status bar design
# status line
set-option -g status-justify centre
-set-option -g status-left-length 20
-set-option -g status-right-length 20
+set-option -g status-left-length 30
+set-option -g status-right-length 30
set-option -g status-style "bg=default,bold"
set-option -g status-left " #[fg=yellow]#h:#[fg=blue]#S #[fg=magenta]>>#[default]"
set-option -g status-right "#[fg=magenta]<< #[fg=yellow]%a %m/%d #[fg=blue]%H:%M "