diff options
author | Leo Vivier <zaephon@gmail.com> | 2019-01-19 21:36:08 +0100 |
---|---|---|
committer | Leo Vivier <zaephon@gmail.com> | 2019-01-19 21:36:08 +0100 |
commit | ee7e57adca5f11be234b6f8985547a5fd07ac1b8 (patch) | |
tree | 1def8deeeffb62f3540e9c1534f73606572ce8f6 | |
parent | 25106224e53a778dadfda84a6dedcd60b70abfc0 (diff) | |
download | ranger-ee7e57adca5f11be234b6f8985547a5fd07ac1b8.tar.gz |
Add right padding
-rwxr-xr-x | ranger/data/scope.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ranger/data/scope.sh b/ranger/data/scope.sh index cde9a525..f02b899a 100755 --- a/ranger/data/scope.sh +++ b/ranger/data/scope.sh @@ -135,10 +135,10 @@ handle_image() { fontimage -o "${preview_png}" \ --pixelsize "100" \ --fontname \ - --text " ABCDEFGHIJKLMNOPQRSTUVWXYZ" \ - --text " abcdefghijklmnopqrstuvwxyz" \ - --text " 0123456789.:,;(*!?') ff fl fi ffi ffl" \ - --text " The quick brown fox jumps over the lazy dog." \ + --text " ABCDEFGHIJKLMNOPQRSTUVWXYZ " \ + --text " abcdefghijklmnopqrstuvwxyz " \ + --text " 0123456789.:,;(*!?') ff fl fi ffi ffl " \ + --text " The quick brown fox jumps over the lazy dog. " \ "${FILE_PATH}" if [[ "$?" > 0 ]] ; then exit 1 |