From 94e6f0dc673569b8ab0cf034d2166efdc2fd2cb5 Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Sat, 19 Aug 2023 03:57:28 -0600 Subject: tmux: dracula hide unused modules --- .config/tmux/tmux.conf | 1 + 1 file changed, 1 insertion(+) (limited to '.config/tmux') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index f53c287..ed7fec4 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -6,6 +6,7 @@ set -s default-terminal 'tmux-256color' # Dracula customizations set -g @plugin 'dracula/tmux' set -g @dracula-plugins "git cpu-usage gpu-usage ram-usage time" +set -g @dracula-show-empty-plugins false set -g @dracula-show-left-icon session set -g @dracula-show-powerline true # time -- cgit v1.2.3-54-g00ecf