From 4f4b3b49eb950c29679b7028d4242c18469bfb39 Mon Sep 17 00:00:00 2001 From: Auric Vente Date: Wed, 21 Feb 2024 13:15:49 -0600 Subject: [PATCH] Mods --- main.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/main.py b/main.py index 2148792..fb12b78 100644 --- a/main.py +++ b/main.py @@ -148,7 +148,7 @@ async def gif_wins(who, room_id): gm_common, f"--input '{input_path}'", f"--words '{who} wins a ; [repeat] ; [RANDOM] ; [repeat]' --bgcolor 0,0,0", - "--bottom 0 --filter anyhue2 --framelist 11,11,33,33 --fontsize=42", + "--bottom 20 --filter anyhue2 --framelist 11,11,33,33 --fontsize=42", ] await run_gifmaker(command, room_id) @@ -160,7 +160,7 @@ async def gif_numbers(who, room_id): gifmaker, gm_common, f"--input '{input_path}'", - "--top 0 --words '[number 0-999] [x3]' --fontcolor 0,0,0 --fontsize 66", + "--top 20 --words '[number 0-999] [x3]' --fontcolor 0,0,0 --fontsize 66", ] await run_gifmaker(command, room_id) @@ -173,7 +173,7 @@ async def gif_date(who, room_id): gm_common, f"--input '{input_path}'", "--words 'Date: [date %A %d] ; [repeat] ; Time: [date %I:%M %p] ; [repeat]'", - "--filter anyhue2 --bottom 0 --bgcolor 0,0,0 --fontsize 80", + "--filter anyhue2 --bottom 20 --bgcolor 0,0,0 --fontsize 80", ] await run_gifmaker(command, room_id)