diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2021-03-29 21:36:47 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2021-03-29 21:36:47 -0400 |
| commit | 2c7a3344693503a97195d3b637acb9b8e912d562 (patch) | |
| tree | 0da59e011b7e8654f442272a195d1490f7337ce4 /.local | |
| parent | e7b6d4d2118c545b36ab8dad0c569811a9264d64 (diff) | |
| download | eibhear-2c7a3344693503a97195d3b637acb9b8e912d562.tar.gz eibhear-2c7a3344693503a97195d3b637acb9b8e912d562.tar.zst eibhear-2c7a3344693503a97195d3b637acb9b8e912d562.zip | |
neurtral default font
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/slider | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/slider b/.local/bin/slider index cb9a881..674781a 100755 --- a/.local/bin/slider +++ b/.local/bin/slider @@ -35,7 +35,7 @@ while getopts "hvrpi:c:a:o:d:f:t:e:x:" o; do case "${o}" in -c color of background (use html names, black is default) -t text color for text slides (white is default) -s text font size for text slides (150 is default) - -f text font for text slides (FreeSans is default) + -f text font for text slides (sans serif is default) -o output video file -e if no audio given, the time in seconds that the last slide will be shown (5 is default) -x resolution (1920x1080 is default) @@ -98,7 +98,7 @@ do convert -size "${res:-1920x1080}" canvas:"${bgc:-black}" -gravity center "$content" -resize 1920x1080 -composite "$prepdir/$base" else { [ ! -f "$prepdir/$base" ] || [ -n "${redo+x}" ] ;} && - convert -size "${res:-1920x1080}" -background "${bgc:-black}" -fill "${fgc:-white}" -font "${font:-FreeSans}" -pointsize "${ppt:-150}" -gravity center label:"$content" "$prepdir/$base" + convert -size "${res:-1920x1080}" -background "${bgc:-black}" -fill "${fgc:-white}" -font "${font:-Sans}" -pointsize "${ppt:-150}" -gravity center label:"$content" "$prepdir/$base" fi # If the first line, do not write yet. |
