mahbinstuff/pickfontrand2.sh

6 lines
130 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`
2016-12-10 00:57:26 +02:00
st -f "$font-$size" $@