From ac82a4d011cdb3e4945bd4fedde7f4ffd111bfba Mon Sep 17 00:00:00 2001 From: Eric Torres Date: Mon, 26 Dec 2022 05:26:43 -0800 Subject: [PATCH] Modify tmux powerline config --- tmux/.config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tmux/.config/tmux/tmux.conf b/tmux/.config/tmux/tmux.conf index b6c1189..12d59ee 100644 --- a/tmux/.config/tmux/tmux.conf +++ b/tmux/.config/tmux/tmux.conf @@ -11,8 +11,8 @@ set -g @plugin 'dracula/tmux' # dracula customizations set -g @dracula-plugins "weather time" set -g @dracula-show-powerline true -set -g @dracula-show-fahrenheit false -set -g @dracula-military-time true +set -g @dracula-show-fahrenheit true +set -g @dracula-military-time false run '.config/tmux/plugins/tpm/tpm'