about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2022-11-24 10:00:38 +0000
committerDavid Morgan <djm_uk@protonmail.com>2022-11-24 10:00:38 +0000
commitda3cff54f2be67d4ca64716959acf532a14e08a6 (patch)
tree3016fc857e2fa4d698b477f56cc2c5483c7d94da
parentb5415cfde7607c69abbcb62c5be3caa862b834c6 (diff)
downloaddotfiles-da3cff54f2be67d4ca64716959acf532a14e08a6.tar.gz
Remove old script from tmux conf
-rw-r--r--nix-conf/home/includes/linux-server.nix2
1 files changed, 1 insertions, 1 deletions
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"
     '';
   };