diff options
Diffstat (limited to 'dot_tmux.conf')
-rw-r--r-- | dot_tmux.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dot_tmux.conf b/dot_tmux.conf index d1c702e..3daf5cb 100644 --- a/dot_tmux.conf +++ b/dot_tmux.conf @@ -47,7 +47,9 @@ set-option -g status-left-length 100 set-option -g status-right-length 100 set-option -g status-bg colour235 set-option -g status-fg colour254 -set-window-option -g window-status-current-format "#[fg=colour235, bg=colour27]▶#[fg=colour255, bg=colour27] #I ❯ #W #[fg=colour27, bg=colour235]▶" +set-window-option -g status-left "[#S]" +set-window-option -g window-status-current-format "#[fg=colour255, bg=colour27] #I ❯ #W #[fg=colour27, bg=colour235]" +set-window-option -g status-right "\"#H\" %H:%M %d-%b" # Use 256 colours set -g default-terminal "screen-256color" |