From 636e027f7ff710cb20d0d86a0d2dca1e8e0af5ae Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 2 Sep 2024 11:59:23 -0500 Subject: [PATCH] tmux - re-enable dracula theme --- home/common/tmux.nix | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/home/common/tmux.nix b/home/common/tmux.nix index 34c14b0..550157c 100644 --- a/home/common/tmux.nix +++ b/home/common/tmux.nix @@ -21,22 +21,22 @@ set -g @offline_icon "offline!" ''; } - # { - # plugin = pkgs.tmuxPlugins.dracula; - # extraConfig = '' - # set -g @dracula-plugins "cpu-usage network battery weather time" - # set -g @dracula-border-contrast true - # set -g @dracula-refresh-rate 10 - # set -g @dracula-show-left-icon session - # set -g @dracula-border-contrast true - # set -g @dracula-show-powerline true - # set -g @dracula-synchronize-panes-label "Sync" - # set -g @dracula-show-flags true - # set -g @dracula-show-timezone false - # set -g @dracula-fixed-location "Katy, Texas" - # set -g @dracula-show-location false - # ''; - # } + { + plugin = pkgs.tmuxPlugins.dracula; + extraConfig = '' + set -g @dracula-plugins "cpu-usage network battery weather time" + set -g @dracula-border-contrast true + set -g @dracula-refresh-rate 10 + set -g @dracula-show-left-icon session + set -g @dracula-border-contrast true + set -g @dracula-show-powerline true + set -g @dracula-synchronize-panes-label "Sync" + set -g @dracula-show-flags true + set -g @dracula-show-timezone false + set -g @dracula-fixed-location "Katy, Texas" + set -g @dracula-show-location false + ''; + } ]; extraConfig = '' # left_sep=''