diff options
Diffstat (limited to 'abs/extra-testing/mythappletrailers/loading.sh')
-rwxr-xr-x | abs/extra-testing/mythappletrailers/loading.sh | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/abs/extra-testing/mythappletrailers/loading.sh b/abs/extra-testing/mythappletrailers/loading.sh index d1ef680..e4e85fc 100755 --- a/abs/extra-testing/mythappletrailers/loading.sh +++ b/abs/extra-testing/mythappletrailers/loading.sh @@ -1,2 +1,12 @@ #!/bin/bash -echo -e "Loading . . . " | osd_cat -p middle -s 5 -f"-adobe-courier-bold-*-*-*-34-*-*-*-*-*" -d 10 -A centre + +. /etc/osd_cat.cfg || { + color=yellow + outline=2 + outlinecolour=black + shadow=0 + shadowcolour=black + font="-adobe-helvetica-bold-*-*-*-34-*-*-*-*-*-*-*" +} + +echo -e "Loading . . . " | osd_cat --pos=middle --align=center --delay=10 --color=$color --outline=$outline --outlinecolour=$outlinecolour --shadow=$shadow --shadowcolour=$shadowcolour --font=$font |