set -g status-right '#{ram}|#{cpu_percentage}|#{battery_percentage}| %a%d%h %H:%M |#( bash ~/arjoonncom/static/docker_count.sh ) #{host}' # List of plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'pwittchen/tmux-plugin-ram' set -g @plugin 'tmux-plugins/tmux-sensible' set -g @plugin 'tmux-plugins/tmux-cpu' set -g @plugin 'tmux-plugins/tmux-battery' set -g @plugin 'tmux-plugins/tmux-resurrect' set -g @plugin 'tmux-plugins/tmux-continuum' set -g @continuum-restore 'on' bind -n C-k clear-history # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run -b '~/.tmux/plugins/tpm/tpm' set -g status-bg black set -g status-fg white