diff options
author | Ryan Kavanagh <rak@debian.org> | 2019-05-08 12:59:50 -0400 |
---|---|---|
committer | Ryan Kavanagh <rak@debian.org> | 2019-05-08 13:03:44 -0400 |
commit | 2a4b18b11657a5cfd18d52f0a9964cf93754e1e8 (patch) | |
tree | 2e7049dc7cf7c49c569b05ab094790b9d936c3d0 /.tmux.conf | |
parent | expand bagpipes playlist (diff) |
Update tmux to reflect death of hermes
Diffstat (limited to '')
-rw-r--r-- | .tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]▶" |