Add dracula config for tmux.

This commit is contained in:
2024-12-08 12:55:34 +13:00
parent a8eeedf9d5
commit 918fc0c638

View File

@ -13,7 +13,13 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
set -g @plugin 'dracula/tmux' set -g @plugin 'dracula/tmux'
# Make dracula theme more minimal # Make dracula theme more minimal
set -g @dracula-plugins " " set -g @dracula-plugins "cpu-usage gpu-usage ram-usage"
set -g @dracula-cpu-usage-colors "grey dark_gray"
set -g @dracula-ram-usage-colors "grey dark_gray"
set -g @dracula-gpu-usage-colors "grey dark_gray"
set -g @dracula-show-powerline true
# Initialise tpm # Initialise tpm
run '~/.tmux/plugins/tpm/tpm' run '~/.tmux/plugins/tpm/tpm'