add alt olympics and script update

This commit is contained in:
2026-02-05 10:25:39 -05:00
parent 5865b435db
commit e8e549d5e7
2 changed files with 8 additions and 1 deletions

View File

@@ -63,9 +63,16 @@ case "$IMAGE_NAME" in
POSITION="below"
CUSTOM_TEXT_COLOR="%23a1b0b8"
;;
olympics_logo.png)
ENCODED_IMAGE_NAME="olympics%2Folympics_logo.png"
FONT_SIZE="500"
FONT_PATH="%2Fusr%2Fshare%2Ffonts%2Ftruetype%2Fnoto%2FNotoSans-Bold.ttf"
POSITION="below"
CUSTOM_TEXT_COLOR="%23a1b0b8"
;;
*)
echo "Error: Unknown image name: $IMAGE_NAME"
echo "Supported images: espn-plus-light.png, espn-plus-dark.png, sportsnet-plus-light.png, sportsnet-plus-dark.png, tsn-plus-light.png, tsn-plus-dark.png, olympics.png, olympics_2026.png"
echo "Supported images: espn-plus-light.png, espn-plus-dark.png, sportsnet-plus-light.png, sportsnet-plus-dark.png, tsn-plus-light.png, tsn-plus-dark.png, olympics.png, olympics_2026.png, olympics_logo.png"
exit 1
;;
esac

BIN
olympics/olympics_logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 458 KiB