diff options
author | awy <awy@awy.one> | 2025-07-30 23:27:54 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-07-30 23:27:54 +0300 |
commit | 9d227c8cc3f54e2b6baa40c6342814e0179a9fc2 (patch) | |
tree | e79d7206b3c7e6779d126fc7b5ab2430e6fb8aa8 /.local/bin/dmenuunicode | |
parent | 35725a6698c758e11be5dba9ae4eaf854b442854 (diff) | |
download | hyprdots-9d227c8cc3f54e2b6baa40c6342814e0179a9fc2.tar.gz |
update
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 |