From 7467aa06cb1ce27aae295b545a381d5a98208694 Mon Sep 17 00:00:00 2001 From: Patrick Simianer Date: Fri, 15 Apr 2016 10:38:20 +0200 Subject: tmux: nicer status bar --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmux/.tmux.conf') diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index ff6881f..6d56b15 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -26,7 +26,7 @@ set -g message-fg colour16 set -g message-bg colour221 set -g message-attr bold set -g status-left '' -set -g status-right '#[underline]#[fg=colour235,bg=colour13,bold] #S' +set -g status-right '#[fg=colour235,bg=colour13,bold] #S ' set-option -g set-titles on # #H Hostname of local host # #I Current window index -- cgit v1.2.3