From 864b1a83fdffb52ca43c6d154198518fa71a3c72 Mon Sep 17 00:00:00 2001 From: zachir Date: Fri, 9 Jun 2023 12:42:32 -0500 Subject: use sixel image preview lf --- lf/preview | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/lf/preview b/lf/preview index e24c381..6140cf7 100755 --- a/lf/preview +++ b/lf/preview @@ -1,12 +1,8 @@ #!/bin/sh image() { - if [ -n "$DISPLAY" ] && [ -z "$WAYLAND_DISPLAY" ]; then - printf '{"action": "add", "identifier": "PREVIEW", "x": "%s", "y": "%s", "width": "%s", "height": "%s", "scaler": "contain", "path": "%s"}\n' "$4" "$5" "$(($2-1))" "$(($3-1))" "$1" > "$FIFO_UEBERZUG" - exit 1 - else - chafa "$1" -s "$4x" - fi + geometry="$(($2-2))x$3" + chafa "$1" -f sixel -s "$geometry" --animate false | fold -w 65535 } batorcat() { -- cgit v1.2.3