User tmux-powerkit

This commit is contained in:
Yax 2025-12-26 17:45:46 +01:00
parent 1ca9f06e35
commit 05fab4503e

View file

@ -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'