modification for st-aardbei / st

This commit is contained in:
Howland Owl 2017-07-22 18:50:36 +03:00
parent 68f524365d
commit 34a0fc3ed5

View file

@ -2,4 +2,8 @@
font=`fc-list | cut -d: -f2 | sort | uniq | shuf | dmenu -i -l 10`
size=`echo what size|dmenu`
st -f "$font-$size" $@
if [[ -f ~/bin/st-aardbei ]]; then
st-aardbei -f "$font-$size" $@
else
st -f "$font-$size" $@
fi