From 213260ff94a799966cab986103a4c92557e53d70 Mon Sep 17 00:00:00 2001 From: James Walker Date: Tue, 10 May 2022 22:20:33 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20dracula=20for=20tmux?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.nix | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/home.nix b/home.nix index 0ddab0c..5948bfe 100644 --- a/home.nix +++ b/home.nix @@ -125,15 +125,26 @@ tmux = { enable = true; + clock24 = true; + plugins = with pkgs.tmuxPlugins; [ + sensible + yank + { + plugin = dracula; + extraConfig = '' + set -g @dracula-show-battery true + set -g @dracula-show-fahrenheit false + set -g @dracula-show-left-icon session + set -g @dracula-show-powerline true + set -g @dracula-refresh-rate 10 + ''; + } + ]; extraConfig = '' set -g set-titles on set -g set-titles-string "[#S] #W@#h (#I)" - - set -g status-bg black - set -g status-fg white ''; shortcut = "o"; - terminal = "screen-256color"; }; emacs = {