diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-13 10:46:48 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2022-03-13 10:47:05 +0800 |
| commit | 3d0f0b1fd6f7d375a0580cfecf7975c87a67aa7a (patch) | |
| tree | 1849117044aa857fc95fb22f5a256d1b249ba72b /alias | |
| parent | 1075fdb366f3a9dcfd68d2160166d246cd799145 (diff) | |
update
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 |