소스 검색

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

pull/79/head
Hugh Manning 10 년 전
부모
커밋
3aa9859f8b
2개의 변경된 파일16개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      README.rst
  2. +11
    -0
      fontconfig/50-enable-terminess-powerline.conf

+ 5
- 0
README.rst 파일 보기

@ -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 파일 보기

@ -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>

불러오는 중...
취소
저장