From b33acff21eb3401ba47d2293b50e9fa4a79a5881 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Wed, 11 Jun 2025 10:21:53 +0200 Subject: [PATCH] improved info line --- src/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.sh b/src/main.sh index b5fe185..a884b91 100755 --- a/src/main.sh +++ b/src/main.sh @@ -554,7 +554,7 @@ selection=$( --ansi \ --no-scrollbar \ --info=right \ - --info-command='printf "Timezone: ${TZ:-as system} ($(date +"%Z"))"' \ + --info-command='printf "Timezone: ${TZ:-as system} (now: $(date))"' \ --preview-window=up,7,border-bottom \ --preview="$0 --preview-week {}" \ --expect="ctrl-n" \