diff --git a/namaadhuvaguthu.sh b/namaadhuvaguthu.sh index b055392..0de2a07 100755 --- a/namaadhuvaguthu.sh +++ b/namaadhuvaguthu.sh @@ -1,6 +1,10 @@ #!/bin/bash cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 -INPUT=prayer.png + +WALLDIR=$(pwd)/prayer-bg +INPUT=$WALLDIR/$(ls -l $WALLDIR | tail -n +2 | sort -R | head -1 | awk '{print $9}') +# INPUT=prayer.png + OUTPUT=prayer_added.png PRAYERTIMES_CSV="male.csv" #DAY_OF_YEAR=$(($(date -d "@$(date +%s)" +%j) - 1)) # no clue why this wasnt whats below from the begning diff --git a/prayer-bg/prayer1.png b/prayer-bg/prayer1.png new file mode 100755 index 0000000..e961c92 Binary files /dev/null and b/prayer-bg/prayer1.png differ diff --git a/prayer-bg/prayer2.png b/prayer-bg/prayer2.png new file mode 100755 index 0000000..a025874 Binary files /dev/null and b/prayer-bg/prayer2.png differ diff --git a/prayer-bg/prayer3.png b/prayer-bg/prayer3.png new file mode 100755 index 0000000..0b7bcc8 Binary files /dev/null and b/prayer-bg/prayer3.png differ diff --git a/prayer-bg/prayer4.png b/prayer-bg/prayer4.png new file mode 100755 index 0000000..fdc1636 Binary files /dev/null and b/prayer-bg/prayer4.png differ diff --git a/prayer-bg/prayer5.png b/prayer-bg/prayer5.png new file mode 100755 index 0000000..c904f1b Binary files /dev/null and b/prayer-bg/prayer5.png differ diff --git a/prayer-bg/prayer6.png b/prayer-bg/prayer6.png new file mode 100755 index 0000000..bfa05c8 Binary files /dev/null and b/prayer-bg/prayer6.png differ