update dmenuunicode and remove _my_ path to emojis.txt file

This commit is contained in:
MeaTLoTioN 2023-09-21 15:23:05 +01:00
parent 5e1f06c1ab
commit cc32c3062b

View File

@ -5,7 +5,7 @@
# Must have xclip installed to even show menu.
xclip -h >/dev/null || exit
emojifile="/home/christian/.config/i3/scripts/emojis.txt"
emojifile="emojis.txt"
chosen=$(grep -v "#" $emojifile | dmenu -i -l 20 -fn 'Noto Color Emoji Mono-18')