aboutsummaryrefslogtreecommitdiffstats
path: root/sway-launcher-desktop.sh
diff options
context:
space:
mode:
authoritspngu <34752364+itspngu@users.noreply.github.com>2020-12-22 13:17:17 +0100
committeritspngu <34752364+itspngu@users.noreply.github.com>2020-12-22 13:17:17 +0100
commitdfe17905246e6d2ecf4c1dfc4f860d13958a09f5 (patch)
tree91388d55ae408b1647f3105d29cac03a7580411a /sway-launcher-desktop.sh
parent0bfa512856821e69b5efcb5c9c191d748ff1a55e (diff)
downloadsway-launcher-desktop-dfe17905246e6d2ecf4c1dfc4f860d13958a09f5.tar.gz
sway-launcher-desktop-dfe17905246e6d2ecf4c1dfc4f860d13958a09f5.zip
clean up UI, allow overriding fzf default prompt, update readme
Diffstat (limited to 'sway-launcher-desktop.sh')
-rwxr-xr-xsway-launcher-desktop.sh9
1 files changed, 6 insertions, 3 deletions
diff --git a/sway-launcher-desktop.sh b/sway-launcher-desktop.sh
index d9e6b0b..859f25d 100755
--- a/sway-launcher-desktop.sh
+++ b/sway-launcher-desktop.sh
@@ -256,10 +256,13 @@ for PROVIDER_NAME in "${!PROVIDERS[@]}"; do
done
COMMAND_STR=$(
- fzf +s -x -d '\034' --nth ..3 --with-nth 3 \
+ fzf --ansi +s -x -d '\034' --nth ..3 --with-nth 3 \
--preview "$0 describe {2} {1}" \
- --preview-window=up:3:wrap --ansi \
- --no-info --margin="3%" --cycle \
+ --preview-window=up:2:noborder \
+ --no-mouse --no-multi --cycle \
+ --prompt="${GLYPH_PROMPT-# }" \
+ --header='' --no-info --margin='1,2' \
+ --color='16,gutter:-1' \
<"$FZFPIPE"
) || exit 1