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-sensible \
tmux-plugins/tmux-resurrect \ tmux-plugins/tmux-resurrect \
tmux-plugins/tmux-yank \ tmux-plugins/tmux-yank \
Nybkox/tmux-kanagawa \
tmux-plugins/tmux-continuum \ tmux-plugins/tmux-continuum \
' '
@ -52,14 +51,18 @@ set -g @continuum-save-interval '30'
set -g @resurrect-processes 'false' 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 " " # status bar
set -g @kanagawa-show-battery false set-option -g status-style bg=default
set -g @kanagawa-day-month true set -g status-left '| #S | '
set -g @kanagawa-show-timezone false set -g status-right ''
set -g @kanagawa-time-format "%R" 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) # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
run '~/.config/tmux/plugins/tpm/tpm' run '~/.config/tmux/plugins/tpm/tpm'