summaryrefslogtreecommitdiffstats
path: root/.local/bin/dmenuunicode
diff options
context:
space:
mode:
authorLuke Smith <Luke Smith>2022-07-08 13:01:53 -0400
committerLuke Smith <Luke Smith>2022-07-08 13:01:53 -0400
commit9cfdaf901d27766bbcddbcf685fd3052c9617483 (patch)
tree31909c6bd8e2b9aca03cfb6276c9e150d2621498 /.local/bin/dmenuunicode
parentc20acc474f7054f65c6ee410c0e26dcbcfc89927 (diff)
downloadeibhear-9cfdaf901d27766bbcddbcf685fd3052c9617483.tar.gz
eibhear-9cfdaf901d27766bbcddbcf685fd3052c9617483.tar.zst
eibhear-9cfdaf901d27766bbcddbcf685fd3052c9617483.zip
add font-awesome material if available
Diffstat (limited to '.local/bin/dmenuunicode')
-rwxr-xr-x.local/bin/dmenuunicode2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/dmenuunicode b/.local/bin/dmenuunicode
index 7d9a4ea..704c809 100755
--- a/.local/bin/dmenuunicode
+++ b/.local/bin/dmenuunicode
@@ -3,7 +3,7 @@
# The famous "get a menu of emojis to copy" script.
# Get user selection via dmenu from emoji file.
-chosen=$(cut -d ';' -f1 ~/.local/share/larbs/emoji | dmenu -i -l 30 | sed "s/ .*//")
+chosen=$(cut -d ';' -f1 ~/.local/share/larbs/chars/* | dmenu -i -l 30 | sed "s/ .*//")
# Exit if none chosen.
[ -z "$chosen" ] && exit