This commit is contained in:
Auric Vente 2024-02-20 20:49:04 -06:00
parent 013661f71b
commit 313cd584e2
2 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 598 KiB

View File

@ -34,7 +34,7 @@ ws_url = "wss://deek.chat/ws"
prefix = "," prefix = ","
token = None token = None
session = None session = None
delay = 5 delay = 3
gifmaker = "/usr/bin/gifmaker" gifmaker = "/usr/bin/gifmaker"
gm_common = "--font triplex --width 350 --nogrow --output /tmp/gifmaker" gm_common = "--font triplex --width 350 --nogrow --output /tmp/gifmaker"
@ -128,8 +128,8 @@ async def gif_describe(who, room_id):
gifmaker, gifmaker,
gm_common, gm_common,
f"--input '{input_path}'", f"--input '{input_path}'",
f"--words '{who} is\\n[Random] [x5]' --bgcolor 0,0,0", f"--words '{who} is\\n[Random] [x5]'",
"--top 0 --filter anyhue2 --top -56 --linespace 50 --opacity 1", "--filter anyhue2 --top -56 --linespace 50 --opacity 1",
"--fontsize 2.2 --padding 50 --fontcolor light2 --bgcolor dark2", "--fontsize 2.2 --padding 50 --fontcolor light2 --bgcolor dark2",
] ]