diff options
Diffstat (limited to '.local/bin/dmenuunicode')
-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 a9d94e9..bfb190d 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 rofi -dmenu from emoji file. -chosen=$(cut -d ';' -f1 ~/.local/share/larbs/chars/* | rofi -dmenu -i -l 30 | sed "s/ .*//") +chosen=$(cut -d ';' -f1 ~/.local/share/extras/chars/* | rofi -dmenu -i -l 30 | sed "s/ .*//") # Exit if none chosen. [ -z "$chosen" ] && exit |