Some changes and more scripts.
This commit is contained in:
parent
ed35a29f4f
commit
1b4a994236
7 changed files with 583 additions and 15 deletions
5
pickfontrand2.sh
Executable file
5
pickfontrand2.sh
Executable file
|
|
@ -0,0 +1,5 @@
|
|||
#!/bin/zsh
|
||||
|
||||
font=`fc-list | cut -d: -f2 | sort | uniq | shuf | dmenu -i -l 10`
|
||||
size=`echo what size|dmenu`
|
||||
/usr/local/bin/st -f "$font-$size" $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue