Changing font

Sauce Code Pro did not support some useful UTF-8 chars.
So switched to a uglier font but which supports them.
Since Xterm doesn't support fallback fonts, I
wonder if I can merge both.
This commit is contained in:
Geoffrey Frogeye 2016-02-20 23:53:56 +01:00
parent c000c88aaa
commit 610167c8e3
2 changed files with 5 additions and 4 deletions

View file

@ -3,7 +3,8 @@
wget https://raw.githubusercontent.com/solarized/xresources/master/Xresources.light -O solarized.light
wget https://raw.githubusercontent.com/solarized/xresources/master/Xresources.dark -O solarized.dark
mkdir -p $HOME/.local/share/fonts
for i in Black Bold ExtraLight Light Medium Regular Semibold; do
wget http://raw.githubusercontent.com/powerline/fonts/master/SourceCodePro/Sauce%20Code%20Powerline%20$i.otf -O "$HOME/.local/share/fonts/Sauce Code Powerline $i.otf"
done
echo $(for i in "" "%20Bold" "%20Oblique" "%20Bold%20Oblique"; do
cd $HOME/.local/share/fonts
wget http://raw.githubusercontent.com/powerline/fonts/master/DejaVuSansMono/DejaVu%20Sans%20Mono$i%20for%20Powerline.ttf
done)

View file

@ -1,4 +1,4 @@
xterm*faceName : Sauce Code Powerline:size=12:antialias=true
xterm*faceName : DejaVu Sans Mono for Powerline:size=12:antialias=true
xterm*dynamicColors: true
xterm*utf8: 2
xterm*eightBitInput: true