diff --git a/shells/oh-my-zsh/custom/themes/powerlevel10k b/shells/oh-my-zsh/custom/themes/powerlevel10k index 0af598c..a69aa22 160000 --- a/shells/oh-my-zsh/custom/themes/powerlevel10k +++ b/shells/oh-my-zsh/custom/themes/powerlevel10k @@ -1 +1 @@ -Subproject commit 0af598cbed78660066f8a8f4465844501ba5695b +Subproject commit a69aa22fa8a4fe0927bb73716c2f7c9d2580a51d diff --git a/src/fzf b/src/fzf index 9499910..607eacf 160000 --- a/src/fzf +++ b/src/fzf @@ -1 +1 @@ -Subproject commit 94999101e358385f3ca67a6ec9512f549196b802 +Subproject commit 607eacf8c73f60d778c4a0bf303f1593704b17c3 diff --git a/src/tmux-mem-cpu-load b/src/tmux-mem-cpu-load index a991497..451300e 160000 --- a/src/tmux-mem-cpu-load +++ b/src/tmux-mem-cpu-load @@ -1 +1 @@ -Subproject commit a991497b9ff7ca59148d00105a0b5fe4eb8e48e3 +Subproject commit 451300eda243251b60d13da6d028b9ff4e8b92cb diff --git a/terminals/tmux/tmux.sparse.conf b/terminals/tmux/tmux.sparse.conf index fd93989..c17259b 100644 --- a/terminals/tmux/tmux.sparse.conf +++ b/terminals/tmux/tmux.sparse.conf @@ -32,6 +32,11 @@ bind-key a attach -c "#{pane_current_path}" # setting up TPM set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-sensible' +# adding tmux ssh support +set -g @plugin 'MunifTanjim/tmux-mode-indicator' +set -g @plugin 'MunifTanjim/tmux-suspend' +# suspend key +set -g @suspend_key 'F12' # clock settings set -g clock-mode-colour white @@ -39,7 +44,7 @@ set -g clock-mode-colour white # status config set -g status-interval 10 set -g status-style "bg=black, fg=brightWhite" -set -g status-right "%a, %b %d %l:%M %P " +set -g status-right "%a, %b %d %l:%M %P #{tmux_mode_indicator}" set -g status-right-length 100 set -g status-left "" # change active window color