Add plugin tmux-agents-mom to monitor AI agents and create powerkit plugins to update status bar

This commit is contained in:
Yax 2026-07-21 16:49:56 +02:00
parent c4e61d2a65
commit adfc04c0f9
5 changed files with 163 additions and 1 deletions

View file

@ -124,7 +124,7 @@ bind r source-file ~/.tmux.conf \; display-message "tmux config reloaded!"
# plugin powerkit
set -g @powerkit_theme 'nord'
set -g @powerkit_theme_variant 'dark'
set -g @powerkit_plugins 'ssh,memory,datetime'
set -g @powerkit_plugins 'ssh,memory,group(agents_blocked,agents_working,agents_idle),datetime'
set -g @powerkit_session_icon 'auto'
set -g @powerkit_status_position 'bottom'
set -g @powerkit_keybinding_conflict_action 'skip'
@ -139,10 +139,15 @@ set -g @tpad-scratch-dir "#{pane_current_path}"
set -g @tpad-scratch-width "70%"
set -g @tpad-scratch-height "70%"
# plugin agents-mon
set -g @agents-mon-key 'e'
set -g @agents-mon-display 'popup'
# Plugins
set -g @plugin 'tmux-plugins/tpm'
set -g @plugin 'fabioluciano/tmux-powerkit'
set -g @plugin 'azorng/tmux-smooth-scroll'
set -g @plugin 'snirt/tmux-agents-mon'
# tmux-tpad
set -g @plugin 'Subbeh/tmux-tpad'