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.2pac.conf | 2 +- tmux/.tmux.cluster.conf | 2 +- tmux/.tmux.coltrane.conf | 2 +- tmux/.tmux.conf | 2 +- tmux/.tmux.donna.conf | 2 +- tmux/.tmux.lemmy.conf | 2 +- tmux/.tmux.vicious.conf | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) (limited to 'tmux') diff --git a/tmux/.tmux.2pac.conf b/tmux/.tmux.2pac.conf index 31e6f78..de81dce 100644 --- a/tmux/.tmux.2pac.conf +++ b/tmux/.tmux.2pac.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=colour46,bold] #H:#S' +set -g status-right '#[fg=colour235,bg=colour46] #H:#[bold]#S ' set-option -g set-titles on set -g set-titles-string '#T -- #W' set-window-option -g automatic-rename on diff --git a/tmux/.tmux.cluster.conf b/tmux/.tmux.cluster.conf index 6364e4e..ee6835f 100644 --- a/tmux/.tmux.cluster.conf +++ b/tmux/.tmux.cluster.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=colour14,bold] #H:#S' +set -g status-right '#[fg=colour235,bg=colour14] #H:#[bold]#S ' set-option -g set-titles on set -g set-titles-string '#T -- #W' set-window-option -g automatic-rename on diff --git a/tmux/.tmux.coltrane.conf b/tmux/.tmux.coltrane.conf index 0a88182..75bb49d 100644 --- a/tmux/.tmux.coltrane.conf +++ b/tmux/.tmux.coltrane.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=blue,bold] #H:#S' +set -g status-right '#[fg=colour235,bg=blue] #H:#[bold]#S ' set-option -g set-titles on set -g set-titles-string '#T -- #W' set-window-option -g automatic-rename on 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 diff --git a/tmux/.tmux.donna.conf b/tmux/.tmux.donna.conf index cce3a13..e436931 100644 --- a/tmux/.tmux.donna.conf +++ b/tmux/.tmux.donna.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=red,bold] #H:#S' +set -g status-right '#[fg=colour235,bg=red] #H:#[bold]#S ' set-option -g set-titles on set -g set-titles-string '#T -- #W' set-window-option -g automatic-rename on diff --git a/tmux/.tmux.lemmy.conf b/tmux/.tmux.lemmy.conf index c84291b..6c1cd2f 100644 --- a/tmux/.tmux.lemmy.conf +++ b/tmux/.tmux.lemmy.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=white,bg=black,bold] #H:#S' +set -g status-right '#[fg=colour232,bg=white] #H:#[bold]#S ' set-option -g set-titles on set -g set-titles-string '#T -- #W' set-window-option -g automatic-rename on diff --git a/tmux/.tmux.vicious.conf b/tmux/.tmux.vicious.conf index 1b80767..e4002ef 100644 --- a/tmux/.tmux.vicious.conf +++ b/tmux/.tmux.vicious.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=yellow,bold] #H:#S' +set -g status-right '#[fg=colour235,bg=yellow] #H:#[bold]#S ' set-option -g set-titles on set -g set-titles-string '#T -- #W' set-window-option -g automatic-rename on -- cgit v1.2.3