From ad32fcdb0f14e845d31d91f21a002a2a6c28ed94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Wed, 11 Jun 2025 10:09:45 +0200 Subject: [PATCH] show tz in info --- src/main.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/main.sh b/src/main.sh index 2199689..89847d7 100755 --- a/src/main.sh +++ b/src/main.sh @@ -551,9 +551,10 @@ selection=$( --delimiter='|' \ --with-nth='{4}' \ --accept-nth=1,2 \ - --no-info \ --ansi \ --no-scrollbar \ + --info=right \ + --info-command='printf "Timezone: ${TZ:-as system} ($(date +"%Z"))"' \ --preview-window=up,7,border-bottom \ --preview="$0 --preview-week {}" \ --expect="ctrl-n" \