layout
This commit is contained in:
parent
3961234b12
commit
7e9ab45492
@ -169,8 +169,8 @@ __show_day() {
|
|||||||
echo "$s|$e|$starttime|$endtime|$fpath|$description"
|
echo "$s|$e|$starttime|$endtime|$fpath|$description"
|
||||||
done)
|
done)
|
||||||
fi
|
fi
|
||||||
echo "||||🗓️ $GREEN $(date -d "$DISPLAY_DATE" +"%a %e %b %Y")$OFF"
|
#echo "||||🗓️ $GREEN $(date -d "$DISPLAY_DATE" +"%a %e %b %Y")$OFF"
|
||||||
echo ""
|
#echo ""
|
||||||
(
|
(
|
||||||
echo "$sef"
|
echo "$sef"
|
||||||
seq 8 18
|
seq 8 18
|
||||||
@ -284,6 +284,11 @@ if [ "${1:-}" = "--day" ]; then
|
|||||||
--ansi \
|
--ansi \
|
||||||
--no-sort \
|
--no-sort \
|
||||||
--no-input \
|
--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='|' \
|
--delimiter='|' \
|
||||||
--with-nth='{5}' \
|
--with-nth='{5}' \
|
||||||
--accept-nth='1,2,3,4' \
|
--accept-nth='1,2,3,4' \
|
||||||
|
Loading…
Reference in New Issue
Block a user