From 05fab4503e893692385640a47fc6981f2e7353cb Mon Sep 17 00:00:00 2001 From: Yax Date: Fri, 26 Dec 2025 17:45:46 +0100 Subject: [PATCH] User tmux-powerkit --- dot_tmux.conf.tmpl | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) 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'