diff options
author | Urbain Vaes <urbain@vaes.uk> | 2019-08-23 17:04:41 +0200 |
---|---|---|
committer | Urbain Vaes <urbain@vaes.uk> | 2019-08-23 17:04:41 +0200 |
commit | 97ae37f4c136138d0b603548bcd67ac38ec86db7 (patch) | |
tree | 7ae6a71fc34ef8dff45ab669536a95d0b7a7bce9 /tmux | |
parent | 0affd35da103a871dcd84e699d7ac8a8eb2d299b (diff) | |
parent | e1203d628b24c5a2e08e0115c2e1d922e4f9f2e6 (diff) |
Merge branch 'master' of urbainvaes.com:public/dotfiles
Diffstat (limited to 'tmux')
-rw-r--r-- | tmux/.tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index f31b0a1..3a55112 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -22,8 +22,8 @@ set -g pane-border-status off # Alternative: top/bottom/... set -g pane-border-format "#{pane_current_command}" set -g status-justify centre # Center window list -set-hook -g session-created "if-shell '[ -n \""'$SSH_CONNECTION'"\" ]' 'set status-bg \"#aa4444\"'" -set-hook -g client-attached "if-shell '[ -n \""'$SSH_CONNECTION'"\" ]' 'set status-bg \"#aa4444\"'" +set-hook -g session-created "if-shell '[ -n \""'$SSH_CONNECTION'"\" ]' 'set status-bg \"#aa4444\"' 'set status-bg \"green\"'" +set-hook -g client-attached "if-shell '[ -n \""'$SSH_CONNECTION'"\" ]' 'set status-bg \"#aa4444\"' 'set status-bg \"green\"'" PILOT_IGNORE= |