some changes

This commit is contained in:
Kulvir Singh
2024-10-05 16:47:43 +05:30
parent 293cbfdf91
commit 3528dd1e86
6 changed files with 14 additions and 12 deletions

Submodule .config/tmux/plugins/tmux deleted from c43c10fe94

Submodule .config/tmux/plugins/tpm deleted from 99469c4a9b

Submodule .config/tmux/plugins/vim-tmux-navigator deleted from a9b52e7d36

View File

@@ -13,7 +13,7 @@ set -g pane-base-index 1
set-window-option -g pane-base-index 1
set-option -g renumber-windows on
set -g @plugin 'catppuccin/tmux'
set -g @plugin 'catppuccin/tmux#v1.0.1'
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'tmux-plugins/tmux-sensible'
@@ -53,5 +53,16 @@ bind -r l select-pane -R
# setw -g window-status-format "#[fg=#0c0c0c,bg=#0c0c0c,nobold,nounderscore,noitalics]#[default] #I #{b:pane_current_path} "
# setw -g window-status-current-format "#[fg=#0c0c0c,bg=#b6b8bb,bold] #I #{b:pane_current_path} "
# Catpuccin Theme....
set -g status-right "#{E:@catppuccin_status_application}#{E:@catppuccin_status_session}"
set -g status-left ""
set -g @catppuccin_pane_active_border_style "fg=#{@thm_peach}"
set -g @catppuccin_window_current_background "#{@thm_lavender}"
set -g @catppuccin_window_status_style "basic"
set -g @catppuccin_window_default_text " #W"
set -g @catppuccin_window_current_text " #W"
set -g @catppuccin_window_status "icon"
set -g @catppuccin_window_current_background "#{@thm_peach}"
run '~/.config/tmux/plugins/tpm/tpm'