This commit is contained in:
Dr. Amr Osman 2019-03-13 05:36:15 +02:00
parent 6bec08c858
commit 24372670ea

View File

@ -5,8 +5,7 @@
# Must have xclip installed to even show menu.
xclip -h >/dev/null || exit
#chosen=$(grep -v "#" ~/.emoji | rofi -dmenu -i -l 20 -fn 'Twitter Color Font-18')
chosen=$(grep -v "#" ~/.config/emoji | dmenu -i -l 20 -fn Monospace-18)
chosen=$(grep -v "#" ~/.config/emoji | rofi -dmenu -i -l 20 -fn 'Twitter Color Font-18')
[ "$chosen" != "" ] || exit