aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index d603408b..d7e50f79 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -77,10 +77,10 @@ set-window-option -g monitor-activity on
set-window-option -g window-status-activity-attr none
# Session title on the left side of the status bar
-set-option -g status-left '[#S]'
+set-option -g status-left '[#S] '
# Hostname and the current date on the right side of the status bar
-set-option -g status-right '[#H] #(date +"%F %T")'
+set-option -g status-right ' [#H] #(date +"%F %T")'
# The first window in a session has index 1, rather than 0
set-option -g base-index 1