imrpv: main view

This commit is contained in:
2025-07-23 12:24:04 +02:00
parent b7f45c613c
commit fd162e2a63
2 changed files with 5 additions and 2 deletions

View File

@@ -35,7 +35,7 @@ if [ "${1:-}" = "--internal-preview-artist" ]; then
fi
if [ "${1:-}" = "--internal-reload" ]; then
sleep 2
sleep 1
while [ -f "$LOCKFILE" ]; do
sleep 1
done
@@ -157,8 +157,11 @@ while true; do
--reverse \
--no-sort \
--disabled \
--cycle \
--delimiter="\t" \
--prompt="$SEARCH_PROMPT" \
--info="inline-right" \
--info-command="echo \"Search music artist\"" \
--accept-nth="{1}" \
--with-nth="{2}" \
--preview-window="wrap" \