st-aardbei / st fallback
This commit is contained in:
parent
34a0fc3ed5
commit
44bb9cbdc3
1 changed files with 6 additions and 1 deletions
|
|
@ -2,4 +2,9 @@
|
|||
|
||||
font=`fc-list | cut -d: -f2 | sort | uniq | shuf | dmenu -i -l 10`
|
||||
size=`echo what size|dmenu`
|
||||
if [[ -f ~/bin/st-aardbei ]]; then
|
||||
st-aardbei -f "$font-$size" -t "st : $font-$size" $@
|
||||
else
|
||||
st -f "$font-$size" -t "st : $font-$size" $@
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue