correct font path
This commit is contained in:
parent
462f9528ee
commit
7c6e2ba196
6
dash.sh
6
dash.sh
@ -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"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user