diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 404bce9..d952345 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -29,14 +29,23 @@ set -s escape-time 0 set -g @tpm_plugins ' \ tmux-plugins/tpm \ tmux-plugins/tmux-sensible \ - jimeh/tmux-themepack \ tmux-plugins/tmux-resurrect \ tmux-plugins/tmux-continuum \ tmux-plugins/tmux-yank \ + Nybkox/tmux-kanagawa \ ' set -g @continuum-restore 'on' 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) run '~/.config/tmux/plugins/tpm/tpm'