Bläddra i källkod

Adds a fontconfig file which should resolve issues with using Terminess Powerline

pull/79/head
Hugh Manning 10 år sedan
förälder
incheckning
3aa9859f8b
2 ändrade filer med 16 tillägg och 0 borttagningar
  1. +5
    -0
      README.rst
  2. +11
    -0
      fontconfig/50-enable-terminess-powerline.conf

+ 5
- 0
README.rst Visa fil

@ -25,3 +25,8 @@ patched font! See the `Powerline font installation instructions`__ for
details.
__ https://powerline.readthedocs.org/en/latest/installation/linux.html#font-installation
Fontconfig
----------
In some distributions, Terminess Powerline is ignored by default and must be explicitly allowed. A fontconfig file is provided which enables it. Copy this file from the fontconfig directory to your home folder under `~/.config/fontconfig/conf.d` (create it if it doesn't exist) and re-run `fc-cache -vf`.

+ 11
- 0
fontconfig/50-enable-terminess-powerline.conf Visa fil

@ -0,0 +1,11 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<selectfont>
<acceptfont>
<pattern>
<patelt name="family"><string>terminess powerline</string></patelt>
</pattern>
</acceptfont>
</selectfont>
</fontconfig>

Laddar…
Avbryt
Spara