Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
 
 
Daehyeok Mun 59d4277e83 D2coding offically support Powerline symbols pirms 6 gadiem
3270 Add README to font folder pirms 8 gadiem
AnonymousPro add fonts.scale and fonts.dir files for `xset +fp` pirms 11 gadiem
Arimo Adding Croscore fonts (Chrome OS core fonts) pirms 8 gadiem
Cousine update cousine font source link pirms 8 gadiem
D2Coding D2coding offically support Powerline symbols pirms 6 gadiem
DejaVuSansMono Expand DejaVu README pirms 7 gadiem
DroidSansMono add fonts.scale and fonts.dir files for `xset +fp` pirms 11 gadiem
DroidSansMonoDotted Add pre-patched Droid Sans Mono Dotted font pirms 9 gadiem
DroidSansMonoSlashed Add pre-patched Droid Sans Mono Slashed font pirms 9 gadiem
FiraMono Fix font family of Fira Mono Medium pirms 7 gadiem
GoMono Add README pirms 7 gadiem
Hack Update Hacks fonts to v2.020 pirms 8 gadiem
Inconsolata Merge branch 'pr-52' pirms 7 gadiem
Inconsolata-g Add Inconsolata-g patched font pirms 10 gadiem
InconsolataDz add fonts.scale and fonts.dir files for `xset +fp` pirms 11 gadiem
InputMono Add README for Input Mono (officially supported font) pirms 10 gadiem
LiberationMono add fonts.scale and fonts.dir files for `xset +fp` pirms 11 gadiem
Meslo Dotted Fix ligatures in Meslo, add dotted Meslo pirms 8 gadiem
Meslo Slashed Fix ligatures in Meslo, add dotted Meslo pirms 8 gadiem
Monofur Monofur font added pirms 9 gadiem
NotoMono Add README pirms 7 gadiem
NovaMono patched NovaMono pirms 7 gadiem
ProFont Patches and adds Profont pirms 7 gadiem
RobotoMono Add pre-patched Roboto Mono font pirms 9 gadiem
SourceCodePro fixes header of source code pro README file pirms 7 gadiem
SpaceMono Set correct file permissions on SpaceMono font files and LICENSE files pirms 7 gadiem
SymbolNeu Adding Croscore fonts (Chrome OS core fonts) pirms 8 gadiem
Terminus Avoid conflicts with unpatched Terminus pirms 10 gadiem
Tinos Adding Croscore fonts (Chrome OS core fonts) pirms 8 gadiem
UbuntuMono add fonts.scale and fonts.dir files for `xset +fp` pirms 11 gadiem
fontconfig Adds a fontconfig file which should resolve issues with using Terminess Powerline pirms 10 gadiem
samples added image links for Hack font pirms 9 gadiem
README.rst Fixed spelling of "Liberation Mono Powerline" pirms 7 gadiem
install.ps1 Add help and FontName parameter. pirms 8 gadiem
install.sh Fix typo in install.sh pirms 7 gadiem

README.rst

Powerline fonts
===============

This repository contains pre-patched and adjusted fonts for usage with
the `Powerline <https://github.com/powerline/powerline>`_ statusline plugin.

Installation
------------

Run ``./install.sh`` to install all Powerline Fonts or see the documentation_ for details.

.. _documentation: https://powerline.readthedocs.org/en/latest/installation/linux.html#fonts-installation

Quick installation
------------------

You can copy and paste the commands to your terminal. Comments are fine too.
::
# clone
git clone https://github.com/powerline/fonts.git --depth=1
# install
cd fonts
./install.sh
# clean-up a bit
cd ..
rm -rf fonts


Font Families
-------------

======================================= ========================= ====================================
Powerline Font Family Formerly Known As License
======================================= ========================= ====================================
3270 3270 BSD/CCAS 3.0
Anonymice Powerline Anonymous Pro SIL Open Font License, Version 1.1
Arimo Powerline Arimo Apache License, Version 2.0
Cousine Powerline Cousine Apache License, Version 2.0
D2Coding for Powerline D2Coding SIL Open Font License, Version 1.1
DejaVu Sans Mono for Powerline DejaVu Sans Mono DejaVu Fonts License, Version 1.0
Droid Sans Mono for Powerline Droid Sans Mono Apache License, Version 2.0
Droid Sans Mono Dotted for Powerline Droid Sans Mono Dotted Apache License, Version 2.0
Droid Sans Mono Slashed for Powerline Droid Sans Mono Slashed Apache License, Version 2.0
Fura Mono Powerline Fira Mono SIL OPEN FONT LICENSE Version 1.1
Go Mono for Powerline Go Mono Go's License
Hack Hack SIL OFL, v1.1 + Bitstream License
Inconsolata for Powerline Inconsolata SIL Open Font License, Version 1.0
Inconsolata-dz for Powerline Inconsolata-dz SIL Open Font License, Version 1.0
Inconsolata-g for Powerline Inconsolata-g SIL Open Font License, Version 1.0
Input Mono Input Mono `Input’s license <http://input.fontbureau.com/license/>`_
Liberation Mono Powerline Liberation Mono SIL Open Font License, Version 1.1
ProFontWindows ProFont for Powerline MIT License
Meslo for Powerline Meslo Apache License, Version 2.0
Source Code Pro for Powerline Source Code Pro SIL Open Font License, Version 1.1
Meslo Dotted for Powerline Meslo Dotted Apache License, Version 2.0
Meslo Slashed for Powerline Meslo Dotted Apache License, Version 2.0
Monofur for Powerline Monofur Freeware
Noto Mono for Powerline Noto Mono SIL Open Font License, Version 1.1
Roboto Mono for Powerline Roboto Mono Apache License, Version 2.0
Symbol Neu Powerline Symbol Neu Apache License, Version 2.0
Terminess Powerline Terminus SIL Open Font License, Version 1.1
Tinos Powerline Tinos Apache License, Version 2.0
Ubuntu Mono derivative Powerline Ubuntu Mono Ubuntu Font License, Version 1.0
Space Mono for Powerline Space Mono SIL Open Font License, Version 1.1
======================================= ========================= ====================================

iTerm2 users need to set both the Regular font and the Non-ASCII Font in
"iTerm > Preferences > Profiles > Text" to use a patched font (per `this issue`__).

__ https://github.com/Lokaltog/powerline-fonts/issues/44

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``.