show tz in info

This commit is contained in:
Ämin Baumeler 2025-06-11 10:09:45 +02:00
parent f025ecd0bb
commit ad32fcdb0f

View File

@ -551,9 +551,10 @@ selection=$(
--delimiter='|' \ --delimiter='|' \
--with-nth='{4}' \ --with-nth='{4}' \
--accept-nth=1,2 \ --accept-nth=1,2 \
--no-info \
--ansi \ --ansi \
--no-scrollbar \ --no-scrollbar \
--info=right \
--info-command='printf "Timezone: ${TZ:-as system} ($(date +"%Z"))"' \
--preview-window=up,7,border-bottom \ --preview-window=up,7,border-bottom \
--preview="$0 --preview-week {}" \ --preview="$0 --preview-week {}" \
--expect="ctrl-n" \ --expect="ctrl-n" \