tmux: conditional colors to distinguish hosts
This commit is contained in:
parent
5f03812657
commit
f5a073e428
1 changed files with 4 additions and 0 deletions
|
@ -96,6 +96,10 @@ set -g status-bg "#222222"
|
|||
set -g status-left '#[bg=#114400,fg=#77aa22] #I #[bg=#334455,fg=#7799aa] #h #[default] '
|
||||
set -g status-right '#[bg=#222222,fg=#666666] | #{battery_percentage} #{battery_remain} | #(date +"%R") '
|
||||
|
||||
if-shell 'test $HOST = dredd' set -g status-left '#[bg=#114400,fg=#77aa22] #I #[bg=#0055aa,fg=#aabbcc] #h #[default] '
|
||||
if-shell 'test $HOST = seed-dlundin4' set -g status-left '#[bg=#114400,fg=#77aa22] #I #[bg=#339900,fg=#000000] #h #[default] '
|
||||
|
||||
|
||||
# Startup
|
||||
new -d -s0 'exec zsh'
|
||||
neww -d 'exec zsh'
|
||||
|
|
Loading…
Reference in a new issue