update tmux config

This commit is contained in:
LordMZTE 2021-01-02 18:27:02 +01:00
parent 07cacff487
commit d8e9377dc7

View file

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