@@ -28,7 +28,6 @@ set-window-option -g automatic-rename on
2828
2929set-option -g default-shell /bin/zsh
3030
31-
3231# Pane selection
3332bind h select-pane -L
3433bind j select-pane -D
@@ -56,6 +55,9 @@ set -g @online_icon "online"
5655set -g @offline_icon " offline"
5756set -g @continuum-restore ' off'
5857
58+ set -g @prefix_highlight_fg ' black'
59+ set -g @prefix_highlight_bg ' green'
60+
5961# plugins
6062set -g @plugin ' tmux-plugins/tpm'
6163set -g @plugin ' tmux-plugins/tmux-sensible'
@@ -64,11 +66,7 @@ set -g @plugin 'tmux-plugins/tmux-sessionist'
6466set -g @plugin ' tmux-plugins/tmux-continuum'
6567set -g @plugin ' tmux-plugins/tmux-resurrect'
6668set -g @plugin ' tmux-plugins/tmux-prefix-highlight'
67- set -g @plugin ' tmux-plugins/tmux-cpu'
68- set -g @plugin ' tmux-plugins/tmux-net-speed'
69- set -g @plugin ' tmux-plugins/tmux-battery'
70-
71- run ' ~/.tmux/plugins/tpm/tpm'
69+ set -g @plugin ' tmux-plugins/tmux-online-status'
7270
7371# Style status bar
7472set -g status-style fg=white,bg=black
@@ -81,6 +79,7 @@ set -g window-status-activity-style bg=black,fg=yellow
8179set -g window-status-separator " "
8280set -g status-justify centre
8381
84- set -g status-left " [#S] #{prefix_highlight} #{online_status} "
82+ set -g status-left " [#S] #{prefix_highlight}"
8583set -g status-right " #(tmux-bar)"
8684
85+ run ' ~/.tmux/plugins/tpm/tpm'
0 commit comments