mahbinstuff/pickfontrand.sh

6 lines
152 B
Bash
Raw Normal View History

2016-07-12 14:33:09 +03:00
#!/bin/zsh
font=`fc-list | cut -d: -f2 | sort | uniq | shuf | dmenu -i -l 10`
size=`echo what size|dmenu`
st -f "$font-$size" -t "st : $font-$size" $@