summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMike Crute <mike@crute.us>2020-01-09 11:17:58 -0800
committerMike Crute <mike@crute.us>2020-01-09 11:17:58 -0800
commit588c34fab4bebdbd21e39039d1439ac386ac2157 (patch)
tree4422c533415b354127064dbc2268d1688c2b3b99 /bin
parentdf0efbeda7e2e3ff3ce3f1aa2e29dcaa80f2c39b (diff)
downloaddotfiles-588c34fab4bebdbd21e39039d1439ac386ac2157.tar.bz2
dotfiles-588c34fab4bebdbd21e39039d1439ac386ac2157.tar.xz
dotfiles-588c34fab4bebdbd21e39039d1439ac386ac2157.zip
Change fonts in st
Diffstat (limited to 'bin')
-rwxr-xr-xbin/st11
1 files changed, 8 insertions, 3 deletions
diff --git a/bin/st b/bin/st
index 8e2f4b8..7713b7f 100755
--- a/bin/st
+++ b/bin/st
@@ -1,10 +1,15 @@
1#!/bin/bash 1#!/bin/bash
2 2
3#FONT="Ubuntu Mono" 3#FONT="Ubuntu Mono"
4#FONT="Anonymous Pro:style=Regular" 4#FONT="Anonymous Pro"
5#FONT="ProggyCleanTT"
6#FONT="Inconsolata"
7FONT="Source Code Pro"
8#FONT="Source Code Pro:style=Light"
9#FONT="Source Code Pro:style=ExtraLight"
5 10
6FONT="Inconsolata" 11
7SIZE=12 12SIZE=11
8 13
9if [ "$1" == "big" ]; then 14if [ "$1" == "big" ]; then
10 SIZE=25 15 SIZE=25