From 9cb275378eacabb03a591ad540a37f920fa47b83 Mon Sep 17 00:00:00 2001 From: Gregory Pakosz Date: Sun, 28 Jul 2019 13:34:21 +0200 Subject: [PATCH] fixed status line configuration when only using #{uptime_s} --- .tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tmux.conf b/.tmux.conf index 100215a..c93098d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -1148,7 +1148,7 @@ run 'cut -c3- ~/.tmux.conf | sh -s _apply_configuration' # esac # # case "$status_left $status_right" in -# *'#{uptime_d}'*|*'#{uptime_h}'*|*'#{uptime_m}'*) +# *'#{uptime_d}'*|*'#{uptime_h}'*|*'#{uptime_m}'*|*'#{uptime_s}'*) # status_left=$(echo "$status_left" | sed -E \ # -e 's/#\{(\?)?uptime_y/#\{\1@uptime_y/g' \ # -e 's/#\{(\?)?uptime_d/#\{\1@uptime_d/g' \