diff options
| author | Luke Smith <Luke Smith> | 2022-07-08 13:01:53 -0400 |
|---|---|---|
| committer | Luke Smith <Luke Smith> | 2022-07-08 13:01:53 -0400 |
| commit | 9cfdaf901d27766bbcddbcf685fd3052c9617483 (patch) | |
| tree | 31909c6bd8e2b9aca03cfb6276c9e150d2621498 /.local/bin | |
| parent | c20acc474f7054f65c6ee410c0e26dcbcfc89927 (diff) | |
| download | eibhear-9cfdaf901d27766bbcddbcf685fd3052c9617483.tar.gz eibhear-9cfdaf901d27766bbcddbcf685fd3052c9617483.tar.zst eibhear-9cfdaf901d27766bbcddbcf685fd3052c9617483.zip | |
add font-awesome material if available
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/dmenuunicode | 2 |
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 |
