add new backgrounds #1
+5
-1
@@ -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
|
||||
|
||||
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 430 KiB |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 595 KiB |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 387 KiB |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 390 KiB |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 375 KiB |
Executable
BIN
Binary file not shown.
|
After Width: | Height: | Size: 464 KiB |
Reference in New Issue
Block a user