Add dracula config for tmux.
This commit is contained in:
@ -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'
|
||||||
|
|||||||
Reference in New Issue
Block a user