correct font path

This commit is contained in:
rzen 2021-07-31 22:48:51 -04:00
parent 462f9528ee
commit 7c6e2ba196

View File

@ -11,7 +11,7 @@ if [ $joke_len -gt 50 ]; then
fi fi
#echo "$date_font $time_font $joke_font" #echo "$date_font $time_font $joke_font"
date "+%a %b %e" | figlet -Wnctf "$date_font" date "+%a %b %e" | figlet -Wnctf "./fonts/$date_font"
date "+%l:%M %p" | figlet -Wnctf "$time_font" date "+%l:%M %p" | figlet -Wnctf "./fonts/$time_font"
echo -e "\n$joke" | figlet -nctf "$joke_font" echo -e "\n$joke" | figlet -nctf "./fonts/$joke_font"