redid the term scripts to use powerline (and a "don't save ssh key")
This commit is contained in:
parent
9866ffb7db
commit
4f1f87d34c
5 changed files with 54 additions and 5 deletions
12
pickfontst.sh
Executable file
12
pickfontst.sh
Executable file
|
|
@ -0,0 +1,12 @@
|
|||
#!/bin/bash
|
||||
# this may not work any longer with the way that arch has
|
||||
# redone the fc-list bit, if that's the case and you feel
|
||||
# like fixing it, fix it...
|
||||
|
||||
PICK=`fc-list | sort |dmenu -i -l 25 -fn mOsOul -p Font`
|
||||
if [ "$PICK" ]; then
|
||||
FONT=`echo $PICK | cut -d: -f2`
|
||||
echo st -f \"$FONT:pixelsize=16:antialias=false:autohint=false\"
|
||||
st -f "$FONT:pixelsize=16:antialias=false:autohint=false"
|
||||
fi
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue