From 199048865f127f5c06722a1d8d9187a014d5ae4f Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Thu, 4 Apr 2024 02:18:57 +0300 Subject: [PATCH] Tmux : Reformat client count. --- module/common/tmux/Script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/common/tmux/Script.sh b/module/common/tmux/Script.sh index 4880e68..58b9596 100755 --- a/module/common/tmux/Script.sh +++ b/module/common/tmux/Script.sh @@ -121,7 +121,7 @@ function _tmux_client_count() { local session=${1} local count=$(tmux list-clients -t ${session} | wc -l) - [ ${count} -gt 1 ] && echo -n "(${count}) " + [ ${count} -gt 1 ] && echo -n "+${count} " } function _tmux_toggle_statusbar() {