aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/dmenuunicode
diff options
context:
space:
mode:
authorawy <awy@awy.one>2025-07-30 23:27:54 +0300
committerawy <awy@awy.one>2025-07-30 23:27:54 +0300
commit9d227c8cc3f54e2b6baa40c6342814e0179a9fc2 (patch)
treee79d7206b3c7e6779d126fc7b5ab2430e6fb8aa8 /.local/bin/dmenuunicode
parent35725a6698c758e11be5dba9ae4eaf854b442854 (diff)
downloadhyprdots-9d227c8cc3f54e2b6baa40c6342814e0179a9fc2.tar.gz
update
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 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