kanagawa theme for tmux

This commit is contained in:
2024-10-26 14:57:32 +05:00
parent 4e8673ec63
commit 2ef4ee0d75

View File

@ -29,14 +29,23 @@ set -s escape-time 0
set -g @tpm_plugins ' \ set -g @tpm_plugins ' \
tmux-plugins/tpm \ tmux-plugins/tpm \
tmux-plugins/tmux-sensible \ tmux-plugins/tmux-sensible \
jimeh/tmux-themepack \
tmux-plugins/tmux-resurrect \ tmux-plugins/tmux-resurrect \
tmux-plugins/tmux-continuum \ tmux-plugins/tmux-continuum \
tmux-plugins/tmux-yank \ tmux-plugins/tmux-yank \
Nybkox/tmux-kanagawa \
' '
set -g @continuum-restore 'on' set -g @continuum-restore 'on'
set -g @continuum-save-interval '60' set -g @continuum-save-interval '60'
set -g @kanagawa-ignore-window-colors true
set -g @kanagawa-plugins "ssh-session time"
set -g @kanagawa-show-battery false
set -g @kanagawa-day-month true
set -g @kanagawa-show-timezone false
set -g @kanagawa-time-format "%R"
# 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'