mahbinstuff/pickfontrand2.sh
2016-12-10 00:57:26 +02:00

5 lines
130 B
Bash
Executable file

#!/bin/zsh
font=`fc-list | cut -d: -f2 | sort | uniq | shuf | dmenu -i -l 10`
size=`echo what size|dmenu`
st -f "$font-$size" $@