tmux: remove themed topbar
This commit is contained in:
parent
a1c30a4dbe
commit
f62aebc715
1 changed files with 5 additions and 3 deletions
|
@ -4,7 +4,9 @@ set -g terminal-overrides ",alacritty:Tc"
|
||||||
|
|
||||||
set-option -g status-position top
|
set-option -g status-position top
|
||||||
set -goq @powerline-color-main-1 "#61AFEF"
|
set -goq @powerline-color-main-1 "#61AFEF"
|
||||||
set -goq @powerline-color-grey-1 "#1d2026"
|
|
||||||
|
set -goq @powerline-color-grey-1 "#32363e"
|
||||||
|
|
||||||
# Split panes with \ and -
|
# Split panes with \ and -
|
||||||
bind \\ split-window -h -c "#{pane_current_path}"
|
bind \\ split-window -h -c "#{pane_current_path}"
|
||||||
bind - split-window -v -c "#{pane_current_path}"
|
bind - split-window -v -c "#{pane_current_path}"
|
||||||
|
@ -29,9 +31,9 @@ set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
||||||
# list of tmux plugins
|
# list of tmux plugins
|
||||||
set -g @plugin 'christoomey/vim-tmux-navigator'
|
set -g @plugin 'christoomey/vim-tmux-navigator'
|
||||||
set -g @plugin 'jimeh/tmux-themepack'
|
# set -g @plugin 'jimeh/tmux-themepack'
|
||||||
|
|
||||||
set -g @themepack 'powerline/block/blue'
|
# set -g @themepack 'powerline/block/blue'
|
||||||
|
|
||||||
|
|
||||||
run '~/.config/tmux/plugins/tpm/tpm'
|
run '~/.config/tmux/plugins/tpm/tpm'
|
||||||
|
|
Loading…
Add table
Reference in a new issue