From da3cff54f2be67d4ca64716959acf532a14e08a6 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Thu, 24 Nov 2022 10:00:38 +0000 Subject: [PATCH] Remove old script from tmux conf --- nix-conf/home/includes/linux-server.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix index 30ad8e7..25ca2fa 100644 --- a/nix-conf/home/includes/linux-server.nix +++ b/nix-conf/home/includes/linux-server.nix @@ -43,7 +43,7 @@ set -g status-interval 1 set -g status-left "#[fg=yellow]#h#[default]" - set -g status-right "#[fg=magenta,bold]#(/home/djm/bin/showmail.sh)#[fg=blue]%a%d/%m#[fg=yellow]%H:%M:%S" + set -g status-right "#[fg=blue]%a%d/%m#[fg=yellow]%H:%M:%S" ''; };