diff options
author | Patrick Simianer <p@simianer.de> | 2016-04-15 10:38:20 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2016-04-15 10:38:20 +0200 |
commit | 7467aa06cb1ce27aae295b545a381d5a98208694 (patch) | |
tree | dd0e15ee51caeeccb95d252dbbc28401a7eb0741 | |
parent | 5de23e3eb8051de5e2b65abf7e96f46a6a3490d1 (diff) |
tmux: nicer status bar
-rw-r--r-- | tmux/.tmux.2pac.conf | 2 | ||||
-rw-r--r-- | tmux/.tmux.cluster.conf | 2 | ||||
-rw-r--r-- | tmux/.tmux.coltrane.conf | 2 | ||||
-rw-r--r-- | tmux/.tmux.conf | 2 | ||||
-rw-r--r-- | tmux/.tmux.donna.conf | 2 | ||||
-rw-r--r-- | tmux/.tmux.lemmy.conf | 2 | ||||
-rw-r--r-- | tmux/.tmux.vicious.conf | 2 |
7 files changed, 7 insertions, 7 deletions
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 |