add uberzug back

This commit is contained in:
Daniel Bretoi 2024-09-15 11:45:29 +07:00
parent ef1ef56461
commit 7571d172aa

View file

@ -450,6 +450,8 @@ image_preview() {
kitty +kitten icat --silent --scale-up --place "$(($1 - 1))x$(($2 - 1))"@0x0 --transfer-mode=memory --stdin=no "$3" & kitty +kitten icat --silent --scale-up --place "$(($1 - 1))x$(($2 - 1))"@0x0 --transfer-mode=memory --stdin=no "$3" &
elif [ "$NNN_TERMINAL" = "wezterm" ] && [[ "$NNN_PREVIEWIMGPROG" == +(|imgcat) ]]; then elif [ "$NNN_TERMINAL" = "wezterm" ] && [[ "$NNN_PREVIEWIMGPROG" == +(|imgcat) ]]; then
wezterm imgcat "$3" & wezterm imgcat "$3" &
elif exists ueberzug && [[ "$NNN_PREVIEWIMGPROG" == +(|ueberzug) ]]; then
ueberzug_layer "$1" "$2" "$3" && return
elif exists "$NNN_PREVIEWIMGPROG"; then elif exists "$NNN_PREVIEWIMGPROG"; then
"$NNN_PREVIEWIMGPROG" "$3" & "$NNN_PREVIEWIMGPROG" "$3" &
else else