no fontawesome
This commit is contained in:
parent
6f6c4f8d5f
commit
95dd0565ab
2 changed files with 1 additions and 1488 deletions
1483
.config/fontawesome
1483
.config/fontawesome
File diff suppressed because it is too large
Load diff
|
@ -5,11 +5,7 @@
|
|||
# Must have xclip installed to even show menu.
|
||||
xclip -h >/dev/null || exit
|
||||
|
||||
if [ -e ~/.config/fontawesome ]; then
|
||||
chosen=$(grep -v "#" -h ~/.config/emoji ~/.config/fontawesome | dmenu -i -l 20 -fn Monospace-18)
|
||||
else
|
||||
chosen=$(grep -v "#" ~/.config/emoji | dmenu -i -l 20 -fn Monospace-18)
|
||||
fi
|
||||
chosen=$(grep -v "#" ~/.config/emoji | dmenu -i -l 20 -fn Monospace-18)
|
||||
|
||||
[ "$chosen" != "" ] || exit
|
||||
|
||||
|
|
Loading…
Reference in a new issue