From afae5be0d4139a49cd820463235d5ff7cacd35e5 Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 9 May 2022 02:46:38 +0200 Subject: [PATCH] =?UTF-8?q?Ok,=20this=20should=20work=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 2886dcb..b5a2751 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -37,7 +37,7 @@ set-option -g set-titles-string "#T" set -g mouse off # THEME -%if "#{#(tmux -V | grep -q '3\.2')}" +%if '#{>=:#{version},3.2}' %hidden colour_status1="colour61" # violet %hidden colour_status2="colour97" # dark pink %hidden colour_inactive="colour237" # dark grey