aboutsummaryrefslogtreecommitdiffstats
path: root/_tmux.conf
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2016-07-26 14:07:17 +0800
committerAaron LI <aaronly.me@outlook.com>2016-07-26 14:07:17 +0800
commitdeb3feb95314e593db1e9058b2e9860f22015a7b (patch)
tree27f0c6548ac9c3d44a3c9c0ca2fef336a5e9bfd0 /_tmux.conf
parent25c99a3ba214360c5a65f8bd48c9a36d2a153cf0 (diff)
downloaddotfiles-deb3feb95314e593db1e9058b2e9860f22015a7b.tar.bz2
_tmux.conf: increase left and right status length
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 "