diff options
| author | subh <subh@subh.space> | 2026-03-30 00:26:56 +0530 |
|---|---|---|
| committer | subh <subh@subh.space> | 2026-03-30 00:26:56 +0530 |
| commit | 4d209f7c9208b5ee3ec4fe642084d523d0ea5a7e (patch) | |
| tree | b09ea1ad33d5fc738a4ce20f752235e336820b04 /scripts/emoji.sh | |
| parent | 759e0c0677c55e99361538054ed87bf7060c654f (diff) | |
Lots of changes
Diffstat (limited to 'scripts/emoji.sh')
| -rwxr-xr-x | scripts/emoji.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/emoji.sh b/scripts/emoji.sh new file mode 100755 index 0000000..7780d0f --- /dev/null +++ b/scripts/emoji.sh @@ -0,0 +1,8 @@ +#!/bin/bash + +chosen=$(cat ~/.local/share/larbs/emoji | rofi -dmenu | sed "s/ .*//") + +[ -z "$chosen" ] && exit + +printf "%s" "$chosen" | wl-copy +notify-send "'$chosen' copied to clipboard." |
