From 581125cf2e844cf0c1911b775e12020f99ab6e0f Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Thu, 20 Dec 2018 17:42:25 -0500 Subject: [PATCH] Updated config to use new tmux-indicators plugin --- tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 05de163..b451b05 100644 --- a/tmux.conf +++ b/tmux.conf @@ -1,7 +1,8 @@ # Enabled plugins set -g @plugin 'tmux-plugins/tpm' set -g @plugin 'tmux-plugins/tmux-cpu' -set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-host' +set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-host.git' +set -g @plugin 'https://git.linux-help.org/psi-jack/tmux-indicators.git' # Bindings @@ -39,6 +40,7 @@ set -g display-time 1000 set -g history-limit 5000 set -g mouse on set -g renumber-windows on +set -g escape-time 10 set -g repeat-time 600 set -g status-keys vi set -g visual-activity off @@ -75,7 +77,7 @@ set -g status-left-length 1000 set -g status-right-length 1000 set -g status-left "#[fg=#000000,bg=#ffff00,bold] ❐ #S #[fg=#ffff00,bg=default,none] " -set -g status-right '#[fg=#000000]#{?client_prefix,⌨️ ,}#{?pane_synchronized,🔁 ,}#{?session_many_attached,👓 ,}#[fg=#8a8a8a,bg=#000000]#[fg=#e4e4e4] #{cpu_icon} #[fg=#8a8a8a]#[fg=#e4e4e4] %R #[fg=#8a8a8a]#[fg=#e4e4e4] %d %b #[fg=#d70000]#[fg=#ffffff,bg=#d70000] #{username} #[fg=#e4e4e4,bg=#d70000,bold]#[fg=#000000,bg=#e4e4e4] #{hostname} ' +set -g status-right '#[fg=#000000]#{prefix}#{synchronized}#{sharedsession}#[fg=#8a8a8a,bg=#000000]#[fg=#e4e4e4] #{cpu_icon} #[fg=#8a8a8a]#[fg=#e4e4e4] %R #[fg=#8a8a8a]#[fg=#e4e4e4] %d %b #[fg=#d70000]#[fg=#ffffff,bg=#d70000] #{username} #[fg=#e4e4e4,bg=#d70000,bold]#[fg=#000000,bg=#e4e4e4] #{hostname} ' set -g status-style "fg=#8a8a8a,bg=#080808" set -g status-left-style "fg=#8a8a8a,bg=#080808"