diff --git a/.tmux.conf b/.tmux.conf index c05bc7a..bc083ed 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1,9 +1,15 @@ set -g default-terminal "xterm-256color" set -g mouse on -set -g @dracula-show-weather off -set -g @dracula-show-powerline on -set -g @dracula-show-flags on +set -g @dracula-show-weather false +set -g @dracula-show-powerline true +set -g @dracula-show-flags true set -g @dracula-show-left-icon session +set -g @dracula-show-time false +set -g @dracula-cpu-usage true +set -g @dracula-ram-usage true +set -g @dracula-gpu-usage true +set -g @dracula-show-timezone false +set -g @dracula-show-location false # List of plugins set -g @plugin 'tmux-plugins/tpm'