Refine powerkit settings
This commit is contained in:
parent
a4099fb26e
commit
a127891115
1 changed files with 7 additions and 6 deletions
|
|
@ -119,15 +119,16 @@ set -g @zap_key 's' # default: 'z'
|
||||||
set -g @zap_width '50%' # default: '60%'
|
set -g @zap_width '50%' # default: '60%'
|
||||||
set -g @zap_height '40%' # default: '60%'
|
set -g @zap_height '40%' # default: '60%'
|
||||||
|
|
||||||
# Choose theme and variant
|
# plugin powerkit
|
||||||
set -g @powerkit_theme 'nord'
|
set -g @powerkit_theme 'nord'
|
||||||
set -g @powerkit_theme_variant 'dark'
|
set -g @powerkit_theme_variant 'dark'
|
||||||
|
set -g @powerkit_plugins 'ssh,memory,datetime'
|
||||||
# Enable plugins
|
|
||||||
set -g @powerkit_plugins 'ssh,datetime'
|
|
||||||
|
|
||||||
# Auto-detect OS icon
|
|
||||||
set -g @powerkit_session_icon 'auto'
|
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
|
# Plugins
|
||||||
set -g @plugin 'tmux-plugins/tpm'
|
set -g @plugin 'tmux-plugins/tpm'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue