Gabriel Capella 2 дней назад
Родитель
Сommit
6e5399323a
2 измененных файлов с 13 добавлено и 13 удалено
  1. 12 12
      dots/.config/fuzzel/fuzzel.ini
  2. 1 1
      dots/.config/sway/scripts/fuzzel-run-or-search.sh

+ 12 - 12
dots/.config/fuzzel/fuzzel.ini

@@ -6,7 +6,7 @@ font=B612:size=11
 # use-bold=no
 # message=
 # message-mode=wrap
-# prompt="> "
+prompt="> "
 # placeholder=
 # icon-theme=default
 # icons-enabled=yes
@@ -55,17 +55,17 @@ font=B612:size=11
 
 [colors]
 background=181818ff
-text=657b83ff
-message=657b83ff
-prompt=586e75ff
-placeholder=93a1a1ff
-input=657b83ff
-match=cb4b16ff
-selection=eee8d5ff
-selection-text=586e75ff
-selection-match=cb4b16ff
-counter=93a1a1ff
-border=002b36ff
+# text=657b83ff
+# message=657b83ff
+# prompt=586e75ff
+# placeholder=93a1a1ff
+# input=657b83ff
+# match=cb4b16ff
+# selection=eee8d5ff
+# selection-text=586e75ff
+# selection-match=cb4b16ff
+# counter=93a1a1ff
+# border=002b36ff
 
 [border]
 # width=1

+ 1 - 1
dots/.config/sway/scripts/fuzzel-run-or-search.sh

@@ -2,7 +2,7 @@
 # Run a command, or fall back to a web search if it isn't one.
 # fuzzel --dmenu prints the typed string as-is when nothing matches,
 # which is what makes the search fallback work.
-result=$(compgen -c | sort -u | fuzzel --dmenu --prompt "🔍 ")
+result=$(compgen -c | sort -u | fuzzel --dmenu)
 
 [ -z "$result" ] && exit 0