tmux: conditional colors to distinguish hosts

This commit is contained in:
Daniel Lundin 2018-01-30 20:50:46 +01:00
parent 5f03812657
commit f5a073e428

View file

@ -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'