diff options
Diffstat (limited to 'alias')
-rw-r--r-- | alias | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -357,10 +357,10 @@ image.text() { | |||
357 | -font Noto-Sans-Bold \ | 357 | -font Noto-Sans-Bold \ |
358 | -pointsize 25 \ | 358 | -pointsize 25 \ |
359 | -fill black \ | 359 | -fill black \ |
360 | -gravity NorthWest \ | 360 | -gravity Center \ |
361 | caption:"foo" \ | 361 | caption:"${1:=foo}" \ |
362 | -flatten \ | 362 | -flatten \ |
363 | caption1.jpge | 363 | "${2:=foo}".jpg |
364 | } | 364 | } |
365 | 365 | ||
366 | # thunderbird | 366 | # thunderbird |