From 2a4b18b11657a5cfd18d52f0a9964cf93754e1e8 Mon Sep 17 00:00:00 2001 From: Ryan Kavanagh Date: Wed, 8 May 2019 12:59:50 -0400 Subject: Update tmux to reflect death of hermes --- .tmux-mail.conf | 4 ++-- .tmux.conf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.tmux-mail.conf b/.tmux-mail.conf index 80241b8..a8f4d4a 100644 --- a/.tmux-mail.conf +++ b/.tmux-mail.conf @@ -3,10 +3,10 @@ source-file ~/.tmux.conf new-session -s mail -d -n mutt 'neomutt -f imaps://rkavanag%40andrew.cmu.edu@imap.gmail.com' split-window -c '~' 'neomutt -f imaps://imap.ryanak.ca' split-window -c '~' -h 'neomutt -f imaps://ryanakca@gmail.com@imap.gmail.com/' -new-window -d -c '~' -n hermes 'ssh hermes.ryanak.ca' +new-window -d -c '~' -n aether 'ssh aether.ryanak.ca' new-session -s mus -A -n ncmpcpp -c '~' 'ncmpcpp' select-window -t mail:mutt set-option -t mail:mutt remain-on-exit on -set-option -t mail:hermes remain-on-exit on +set-option -t mail:aether remain-on-exit on set-option -t mus:ncmpcpp remain-on-exit on attach -t mail diff --git a/.tmux.conf b/.tmux.conf index bbd6955..d799427 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -43,8 +43,8 @@ set-option -g status-interval 2 set-option -g status-justify "centre" set-option -g status-left-length 100 set-option -g status-right-length 100 -set-option -g status-left "#(~/.tmux/powerline/powerline.sh left)" -set-option -g status-right "#(~/.tmux/powerline/powerline.sh right)" +# set-option -g status-left "#(~/.tmux/powerline/powerline.sh left)" +# set-option -g status-right "#(~/.tmux/powerline/powerline.sh right)" set-option -g status-bg colour235 set-option -g status-fg colour254 set-window-option -g window-status-current-format "#[fg=colour235, bg=colour27]▶#[fg=colour255, bg=colour27] #I ❯ #W #[fg=colour27, bg=colour235]▶" -- cgit v1.2.3