add new backgrounds
This commit is contained in:
parent
4430ae0013
commit
302a5b4762
@ -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
|
||||
|
BIN
prayer-bg/prayer1.png
Executable file
BIN
prayer-bg/prayer1.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 430 KiB |
BIN
prayer-bg/prayer2.png
Executable file
BIN
prayer-bg/prayer2.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 595 KiB |
BIN
prayer-bg/prayer3.png
Executable file
BIN
prayer-bg/prayer3.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 387 KiB |
BIN
prayer-bg/prayer4.png
Executable file
BIN
prayer-bg/prayer4.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 390 KiB |
BIN
prayer-bg/prayer5.png
Executable file
BIN
prayer-bg/prayer5.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 375 KiB |
BIN
prayer-bg/prayer6.png
Executable file
BIN
prayer-bg/prayer6.png
Executable file
Binary file not shown.
After Width: | Height: | Size: 464 KiB |
Loading…
x
Reference in New Issue
Block a user