Skip to content

Commit

Permalink
🦊 Add padding for fuzzel prompt (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlena authored Apr 17, 2024
1 parent ab10547 commit cc9f809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bemoji
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ declare -A default_pickers=(
["rofi"]="rofi -p 🔍 -i -dmenu --kb-custom-1 "Alt+1" --kb-custom-2 "Alt+2""
["dmenu"]="dmenu -p 🔍 -i -l 20"
["ilia"]="ilia -n -p textlist -l 'Emoji' -i desktop-magnifier"
["fuzzel"]="fuzzel -d -p 🔍"
["fuzzel"]="fuzzel -d -p '🔍 '"
)

# Report usage
Expand Down

0 comments on commit cc9f809

Please sign in to comment.