diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 8e636a0..b9b3110 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -119,15 +119,16 @@ set -g @zap_key 's' # default: 'z' set -g @zap_width '50%' # default: '60%' set -g @zap_height '40%' # default: '60%' -# Choose theme and variant +# plugin powerkit set -g @powerkit_theme 'nord' set -g @powerkit_theme_variant 'dark' - -# Enable plugins -set -g @powerkit_plugins 'ssh,datetime' - -# Auto-detect OS icon +set -g @powerkit_plugins 'ssh,memory,datetime' set -g @powerkit_session_icon 'auto' +set -g @powerkit_status_position 'bottom' +set -g @powerkit_keybinding_conflict_action 'skip' +set -g @powerkit_plugin_ssh_format 'indicator' +set -g @powerkit_plugin_memory_show_only_on_threshold 'true' +set -g @powerkit_plugin_memory_cache_ttl '20' # Plugins set -g @plugin 'tmux-plugins/tpm'