emoji file moved

This commit is contained in:
Luke Smith 2019-11-23 14:26:35 -05:00
parent c64e28bdd6
commit 621ee3f586
No known key found for this signature in database
GPG key ID: 4C50B54A911F6252
2 changed files with 1486 additions and 3 deletions

View file

@ -1,11 +1,11 @@
#!/usr/bin/env sh #!/usr/bin/env sh
# Give dmenu list of all unicode characters to copy.
# Shows the selected character in dunst if running. # The famous "get a menu of emojis to copy" script.
# Must have xclip installed to even show menu. # Must have xclip installed to even show menu.
xclip -h >/dev/null || exit xclip -h >/dev/null || exit
chosen=$(grep -v "#" ~/.config/emoji | dmenu -i -l 20 -fn Monospace-18) chosen=$(grep -v "#" ~/.local/share/larbs/emoji | dmenu -i -l 20 -fn Monospace-18)
[ "$chosen" != "" ] || exit [ "$chosen" != "" ] || exit

File diff suppressed because it is too large Load diff