chore: improve theme config

This commit is contained in:
João Paulo Dubas 2024-10-22 18:04:01 +00:00
parent 6a1f564b66
commit 4a520bfb46
Signed by: joao.dubas
SSH Key Fingerprint: SHA256:V1mixgOGRc/YMhGx/DNkOSmJxgA2vHNrDZEk3wt/kOA

View File

@ -40,7 +40,6 @@ set -s escape-time 0
# Status bar styling and content # Status bar styling and content
set -g status-bg black set -g status-bg black
set -g status-fg white set -g status-fg white
# set -g status-left "#$"
# Don't prompt to kill panes/windows # Don't prompt to kill panes/windows
bind-key x kill-pane bind-key x kill-pane
@ -69,5 +68,8 @@ set -g @plugin 'fabioluciano/tmux-tokyo-night'
set -g @plugin 'Morantron/tmux-fingers' set -g @plugin 'Morantron/tmux-fingers'
set -g @plugin 'tmux-plugins/tmux-yank' set -g @plugin 'tmux-plugins/tmux-yank'
# tokyo night configuration
set -g @theme_plugins 'datetime'
# load/install plugins # load/install plugins
run '~/.config/tmux/plugins/tpm/tpm' run '~/.config/tmux/plugins/tpm/tpm'