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
This commit is contained in:
c47 2024-04-05 09:38:41 +02:00
parent 53e3be71b1
commit 204737ef0c
Signed by: c47
SSH key fingerprint: SHA256:FIo5G1VJnESaIB/8N5lcc2IDuZ02Sl2Qyye15i4w7jQ

View file

@ -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'