From 059a33a988243f2c991600bbd526fc462e70ef65 Mon Sep 17 00:00:00 2001 From: andre Date: Sun, 18 Jan 2026 13:26:47 +0100 Subject: [PATCH] rootfs/home/andre/.bashrc aktualisiert --- rootfs/home/andre/.bashrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/rootfs/home/andre/.bashrc b/rootfs/home/andre/.bashrc index cf6841c..b220df6 100644 --- a/rootfs/home/andre/.bashrc +++ b/rootfs/home/andre/.bashrc @@ -371,7 +371,7 @@ AddTimeDateToPictures() { if [[ $J =~ ^[a-z0-9]+_[a-z0-9.]+_[0-9]+\.jpg$ ]]; then FS2=$(bc -l <<< "$FS+25" | awk -F. '{print $1}') - convert $J -gravity SouthWest -pointsize $FS -font Courier-10-Pitch-Regular -fill white -undercolor black -annotate +0+$FS2 "Position $POSITION" $J; + convert $J -gravity North -pointsize $FS -font Courier-10-Pitch-Regular -fill white -undercolor black -annotate +0+$FS2 "Position $POSITION" $J; mv "$J" "I${J##*_}" else # zusammengesetzer datums-, zeitstring in bild einfügen (mittig oben) @@ -454,7 +454,6 @@ print "$s"; if [ "$MONTH" == "12" ]; then MONTH="Dezember"; fi # zusammengesetzer datums-, zeitstring in bild einfügen (mittig oben) - #convert $J -gravity North -pointsize $FS -font Courier-Bold -fill red -undercolor black -annotate +0+0 "Datum $DAY. $MONTH $YEAR Zeit $TIME" $J; convert $J -gravity North -pointsize $FS -font Courier-10-Pitch-Regular -fill white -undercolor black -annotate +0+0 "Datum $DAY. $MONTH $YEAR Zeit $TIME" $J; FS2=$(bc -l <<< "$FS+25" | awk -F. '{print $1}') convert $J -gravity North -pointsize $FS -font Courier-10-Pitch-Regular -fill white -undercolor black -annotate +0+$FS2 "Position $POSITION" $J;