diff --git a/dot_tmux.conf.tmpl b/dot_tmux.conf.tmpl index 2484cfe..0caf309 100644 --- a/dot_tmux.conf.tmpl +++ b/dot_tmux.conf.tmpl @@ -122,12 +122,24 @@ 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 +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_session_icon 'auto' + # Plugins set -g @plugin 'tmux-plugins/tpm' -set -g @plugin 'arcticicestudio/nord-tmux' +#set -g @plugin 'arcticicestudio/nord-tmux' #set -g @plugin 'nordtheme/tmux' +set -g @plugin 'fabioluciano/tmux-powerkit' + set -g @plugin 'AleckAstan/tmux-zap' set -g @plugin 'azorng/tmux-smooth-scroll'