This commit is contained in:
Auric Vente 2024-03-13 21:43:48 -06:00
parent c9f25239f7
commit f710c53e65
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ session = None
delay = 3 delay = 3
gifmaker_common = [ gifmaker_common = [
"gifmaker", str(Path("~/.local/bin/gifmaker").expanduser().resolve()),
"--width", 350, "--width", 350,
"--output", "/tmp/gifmaker", "--output", "/tmp/gifmaker",
"--nogrow", "--nogrow",