diff options
author | katherine <shmibs@airen-no-jikken.icu> | 2018-12-19 17:33:44 -0700 |
---|---|---|
committer | katherine <shmibs@airen-no-jikken.icu> | 2018-12-19 17:33:44 -0700 |
commit | 603894306c7a5ab6c6000bbdb1ff36ea9511d604 (patch) | |
tree | 7e7002beaddb93f3652b2641cee8c289895ec78c | |
parent | d168ec3c5e04efb5f401cfcbe60c021093cd465b (diff) | |
download | dotfiles-603894306c7a5ab6c6000bbdb1ff36ea9511d604.tar.gz |
update fonts to match new names
-rw-r--r-- | .config/init/vars | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/init/vars b/.config/init/vars index ac59a2e..027942f 100644 --- a/.config/init/vars +++ b/.config/init/vars @@ -322,14 +322,14 @@ bheight=20 # icon font ifont='-*-stlarch-medium-r-*-*-*-*-*-*-*-*-*-*' -ifont_off='-4' +ifont_off='-3' # jp font -jfont='Noto Sans Mono CJK JP Regular' +jfont='Noto Sans Mono CJK JP' jfont_size='10' # c font -cfont='Noto Sans Mono CJK SC Regular' +cfont='Noto Sans Mono CJK SC' cfont_size='10' # emoji font @@ -339,7 +339,7 @@ efont_size='10' # backup font bkfont='Symbola' bkfont_size='9.5' -bkfont_off='-3' +bkfont_off='-2' # main font mfont='Droid Sans Mono Dotted' @@ -348,7 +348,7 @@ mfont_size='9.5' # bar font bfont="$mfont" bfont_size='8.5' -bfont_off='-3' +bfont_off='-2' # bar jp font bjfont="$jfont" |