This commit is contained in:
Ämin Baumeler 2025-06-06 15:59:50 +02:00
parent 3961234b12
commit 7e9ab45492

View File

@ -169,8 +169,8 @@ __show_day() {
echo "$s|$e|$starttime|$endtime|$fpath|$description"
done)
fi
echo "||||🗓️ $GREEN $(date -d "$DISPLAY_DATE" +"%a %e %b %Y")$OFF"
echo ""
#echo "||||🗓️ $GREEN $(date -d "$DISPLAY_DATE" +"%a %e %b %Y")$OFF"
#echo ""
(
echo "$sef"
seq 8 18
@ -284,6 +284,11 @@ if [ "${1:-}" = "--day" ]; then
--ansi \
--no-sort \
--no-input \
--margin='20%' \
--border='double' \
--border-label="🗓️ $(date -d "$DISPLAY_DATE" +"%a %e %b %Y")" \
--color=label:bold:green \
--border-label-pos=3 \
--delimiter='|' \
--with-nth='{5}' \
--accept-nth='1,2,3,4' \