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:
parent
c000c88aaa
commit
610167c8e3
7
Xresources.d/configure
vendored
7
Xresources.d/configure
vendored
|
@ -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.light -O solarized.light
|
||||||
wget https://raw.githubusercontent.com/solarized/xresources/master/Xresources.dark -O solarized.dark
|
wget https://raw.githubusercontent.com/solarized/xresources/master/Xresources.dark -O solarized.dark
|
||||||
mkdir -p $HOME/.local/share/fonts
|
mkdir -p $HOME/.local/share/fonts
|
||||||
for i in Black Bold ExtraLight Light Medium Regular Semibold; do
|
echo $(for i in "" "%20Bold" "%20Oblique" "%20Bold%20Oblique"; 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"
|
cd $HOME/.local/share/fonts
|
||||||
done
|
wget http://raw.githubusercontent.com/powerline/fonts/master/DejaVuSansMono/DejaVu%20Sans%20Mono$i%20for%20Powerline.ttf
|
||||||
|
done)
|
||||||
|
|
||||||
|
|
|
@ -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*dynamicColors: true
|
||||||
xterm*utf8: 2
|
xterm*utf8: 2
|
||||||
xterm*eightBitInput: true
|
xterm*eightBitInput: true
|
||||||
|
|
Loading…
Reference in a new issue