From 9711885ed3d038b33aa21c62d5edd09dde3956a2 Mon Sep 17 00:00:00 2001 From: Willem Haffmans Date: Wed, 11 Sep 2024 01:09:04 +0000 Subject: [PATCH] updates after hostname --- tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tmux.conf b/tmux.conf index 09e5e8a..386b768 100644 --- a/tmux.conf +++ b/tmux.conf @@ -47,3 +47,6 @@ if "test ! -d ~/.config/tmux/plugins/tpm" \ # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) run '~/.config/tmux/plugins/tpm/tpm' +if-shell "[ $(checkupdates | wc -l) -gt 0 ]" \ + "set-option -ag status-right '(#(checkupdates | wc -l)) '" +