From 204737ef0cc2b9b109b6d8465dd6b201bd968a51 Mon Sep 17 00:00:00 2001 From: c47 Date: Fri, 5 Apr 2024 09:38:41 +0200 Subject: [PATCH] Add TPM and srcery theme to tmux Installed TPM - tmux plugin manager - and the srcery theme via git and added configuration to ~/.config/tmux/tmux.conf --- tmux/tmux.conf | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f52ccca..79a8b9a 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -45,11 +45,25 @@ bind -T off F12 \ # # Status bar settings -set -g status-position bottom -set -g status-justify centre -set -g status-style 'bg=black fg=yellow' -set -g status-left-length 50 -set -g window-status-style 'bg=black fg=yellow' -set -g window-status-current-style 'bg=yellow fg=black' +#set -g status-position bottom +#set -g status-justify centre +#set -g status-style 'bg=black fg=yellow' +#set -g status-left-length 50 +#set -g window-status-style 'bg=black fg=yellow' +#set -g window-status-current-style 'bg=yellow fg=black' +# +#set -g status-right ' %Y-%m-%d .:. %H:%M ' -set -g status-right ' %Y-%m-%d .:. %H:%M ' +# +# TPM - tmux plugin manager +set -g @plugin 'tmux-plugins/tpm' + +## srcery color scheme +set -g @plugin 'srcery-colors/srcery-tmux' +set -g @srcery_tmux_patched_font '1' +run -b ~/.config/tmux/themes/srcery-tmux/srcery.tmux + + + +# Initialize TPM.. keep this line at the very bottom of this file +run '~/.config/tmux/plugins/tpm/tpm'