added nerd fonts in dmenuunicode

This commit is contained in:
krolyxon 2023-07-06 14:38:31 +05:30
parent a04391cd09
commit aa7b6abc9b
3 changed files with 1458 additions and 2 deletions

View File

@ -3,11 +3,11 @@
# The famous "get a menu of emojis to copy" script.
# Get user selection via dmenu from emoji file.
chosen=$(cut -d ';' -f1 ~/.local/share/emoji | dmenu -i -l 30 | sed "s/ .*//")
chosen=$(cut -d ';' -f1 ~/.local/share/chars/* | dmenu -i -l 30 | sed "s/ .*//")
# Exit if none chosen.
[ -z "$chosen" ] && exit
xdotool type "$chosen"
xdotool type "$chosen"
printf "$chosen" | xclip -selection clipboard
notify-send "'$chosen' copied to clipboard." &

File diff suppressed because it is too large Load Diff