mirror of https://github.com/polybar/polybar.git
Updated Fonts (markdown)
parent
340e5cfb59
commit
2066a46196
2
Fonts.md
2
Fonts.md
|
@ -4,6 +4,8 @@ The sample config shipped with polybar uses the the following fonts by default:
|
||||||
Siji on debian-based system won't work right away after you install it with their script, you need to make sure to run `sudo dpkg-reconfigure fontconfig-config` and enable bitmap fonts.
|
Siji on debian-based system won't work right away after you install it with their script, you need to make sure to run `sudo dpkg-reconfigure fontconfig-config` and enable bitmap fonts.
|
||||||
On Ubuntu even that command doesn't work and you have to manually `sudo rm /etc/fonts/conf.d/70-no-bitmaps.conf && fc-cache`.
|
On Ubuntu even that command doesn't work and you have to manually `sudo rm /etc/fonts/conf.d/70-no-bitmaps.conf && fc-cache`.
|
||||||
|
|
||||||
|
In the example configurations in this wiki we try to use icons from siji or unifont or we use emojis (provided by for example Noto Color Emoji). If you find icons that are neither emojis nor from these fonts, please let us know.
|
||||||
|
|
||||||
## Fonts
|
## Fonts
|
||||||
If you don't explicitly set the font-index for a tag, the bar will iterate the font list and pick the first one that is able to draw the character. [Read more on the wiki page about Formatting](https://github.com/jaagr/polybar/wiki/Formatting) and about what tags allow you to define a specific font index.
|
If you don't explicitly set the font-index for a tag, the bar will iterate the font list and pick the first one that is able to draw the character. [Read more on the wiki page about Formatting](https://github.com/jaagr/polybar/wiki/Formatting) and about what tags allow you to define a specific font index.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue