modification to use st-aardbei if it exists
This commit is contained in:
parent
a432309f54
commit
c4aa94a3fa
1 changed files with 5 additions and 1 deletions
|
|
@ -6,6 +6,10 @@ SIZE=`echo 16,12,14,10,9,8,72 | sed s/,/\\\n/g | dmenu -p Size -fn mOsOul-16 -sb
|
||||||
if [[ $PICK ]]; then
|
if [[ $PICK ]]; then
|
||||||
FONT=$PICK:pixelsize="$SIZE":antialias=false:autohint=false
|
FONT=$PICK:pixelsize="$SIZE":antialias=false:autohint=false
|
||||||
echo st -f $FONT
|
echo st -f $FONT
|
||||||
st -f $FONT
|
if [[ -f ~/bin/st-aardbei ]]; then
|
||||||
|
st-aardbei -f $FONT
|
||||||
|
else
|
||||||
|
st -f $FONT
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue