remove status bar colortheme plugin, make YOUR OWN!!!\

This commit is contained in:
2025-08-25 02:12:16 +05:00
parent 61df95387e
commit 0ab0236ba2

View File

@ -43,7 +43,6 @@ set -g @tpm_plugins ' \
tmux-plugins/tmux-sensible \
tmux-plugins/tmux-resurrect \
tmux-plugins/tmux-yank \
Nybkox/tmux-kanagawa \
tmux-plugins/tmux-continuum \
'
@ -52,14 +51,18 @@ set -g @continuum-save-interval '30'
set -g @resurrect-processes 'false'
set -g @kanagawa-ignore-window-colors true
# border colours
set -g pane-border-style "fg=#282728"
set -g pane-active-border-style "fg=#938AA9"
set -g @kanagawa-plugins " "
set -g @kanagawa-show-battery false
set -g @kanagawa-day-month true
set -g @kanagawa-show-timezone false
set -g @kanagawa-time-format "%R"
# status bar
set-option -g status-style bg=default
set -g status-left '| #S | '
set -g status-right ''
set -g status-left-length 500
set -g window-status-format "#I:#W "
set -g window-status-current-format "#[fg=red]#I#[fg=default]:#W* "
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.config/tmux/plugins/tpm/tpm'