add giana and c64 related fonts
This commit is contained in:
parent
199fe20297
commit
be572003d6
2 changed files with 4 additions and 2 deletions
|
|
@ -2,9 +2,9 @@
|
||||||
# now uses a list I have made of available fonts that work well
|
# now uses a list I have made of available fonts that work well
|
||||||
|
|
||||||
PICK=`cat ~/bin/shellfonts.list |dmenu -i -l 25 -fn "ProggySquareTTSZ" -p "ST: Pick Font"`
|
PICK=`cat ~/bin/shellfonts.list |dmenu -i -l 25 -fn "ProggySquareTTSZ" -p "ST: Pick Font"`
|
||||||
SIZE=`echo 16,12,14,10,9,8,72 | sed s/,/\\\n/g | dmenu -p Size -fn mOsOul-16 -sb orange -sf navy`
|
SIZE=`echo 12,16,14,10,9,8,72 | sed s/,/\\\n/g | dmenu -p Size -fn mOsOul-16 -sb orange -sf navy`
|
||||||
if [[ $PICK ]]; then
|
if [[ $PICK ]]; then
|
||||||
FONT=$PICK:pixelsize="$SIZE":antialias=false:autohint=false
|
FONT=$PICK:pixelsize="$SIZE":antialias=true:autohint=true
|
||||||
echo st -f $FONT
|
echo st -f $FONT
|
||||||
if [[ -f ~/bin/st-aardbei ]]; then
|
if [[ -f ~/bin/st-aardbei ]]; then
|
||||||
st-aardbei -f $FONT
|
st-aardbei -f $FONT
|
||||||
|
|
|
||||||
|
|
@ -85,6 +85,8 @@ Source Code Pro,Source Code Pro Black
|
||||||
SV Basic Manual,SVI Basic Manual
|
SV Basic Manual,SVI Basic Manual
|
||||||
Whois
|
Whois
|
||||||
|
|
||||||
|
Giana
|
||||||
|
|
||||||
Times
|
Times
|
||||||
Fixed
|
Fixed
|
||||||
Terminus
|
Terminus
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue