fixed status line configuration when only using #{uptime_s}
This commit is contained in:
+1
-1
@@ -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' \
|
||||
|
||||
Reference in New Issue
Block a user