This commit is contained in:
Roland Thomas
2022-12-11 11:07:30 -05:00
parent e64c333d6e
commit c0e5a2fa1d
15 changed files with 2024 additions and 11 deletions

View File

@ -18,3 +18,15 @@ bind h select-pane -L
bind j select-pane -D
bind k select-pane -U
bind l select-pane -R
set-option -g status on
set-option -g status-interval 2
set-option -g status-justify "centre"
set-option -g status-left-length 60
set-option -g status-right-length 90
set-option -g status-left "#(~/share/tmux-powerline/powerline.sh left)"
set-option -g status-right "#(~/share/tmux-powerline/powerline.sh right)"
set-hook -g session-created 'run-shell "~/share/tmux-powerline/powerline.sh init"' # prettifies the window-status segments
bind C-[ run '~/share/tmux-powerline/mute_powerline.sh left' # Mute left statusbar.
bind C-] run '~/share/tmux-powerline/mute_powerline.sh right' # Mute right statusbar.