fetch: add sixel-query & update sixel files; update kgp-query with better timeout handling

This commit is contained in:
2026-02-06 22:33:41 +01:00
parent 53b33f6422
commit 0863da0f47
11 changed files with 106 additions and 59 deletions
@@ -1,7 +1,9 @@
if not set -q fetch_logo_type
if type -q kgp-query; and kgp-query
set -g fetch_logo_type kitty
else if type -q kgp-query
else if type -q sixel-query; and sixel-query
set -g fetch_logo_type sixel
else if type -q kgp-query; or type -q sixel-query
set -g fetch_logo_type logo
else
set -g fetch_logo_type auto