improvement: add margin to week view

This commit is contained in:
Ämin Baumeler 2025-06-17 16:05:13 +02:00
parent 387688caca
commit 8970e89cc0

View File

@ -1403,6 +1403,7 @@ while true; do
--no-scrollbar \ --no-scrollbar \
--no-input \ --no-input \
--info=right \ --info=right \
--margin="1" \
--info-command="printf \"$(date +"%R %Z")\"; [ -n \"\${TZ:-}\" ] && printf \" (\$TZ)\"" \ --info-command="printf \"$(date +"%R %Z")\"; [ -n \"\${TZ:-}\" ] && printf \" (\$TZ)\"" \
--preview-window=up,7,border-bottom \ --preview-window=up,7,border-bottom \
--preview="$0 --preview-week {}" \ --preview="$0 --preview-week {}" \