.local/bin/README.org now source file for askpass and rofiemoji

This commit is contained in:
Phuntsok Drak-pa
2019-10-23 10:18:23 +02:00
parent 0a2df36bb6
commit 976beefcd4
3 changed files with 264 additions and 4 deletions

6
.local/bin/rofiemoji Executable file
View File

@@ -0,0 +1,6 @@
#!/usr/bin/fish
grep -v "#" ~/.config/emoji.txt | rofi -dmenu -i | awk '{print $1}' | tr -d '\n' | xclip -selection clipboard
set emoji (xclip -o -selection clipboard | tr -d '\n')
set -a emoji "copied to clipboard"
pgrep -x dunst >/dev/null && notify-send $emoji