Merge pull request #3105 from clonejo/feat/pango-markup
Docs: state that pango markup in i3bar requires the use of a pango font.
This commit is contained in:
commit
0af1edd19a
|
@ -177,7 +177,8 @@ separator_block_width::
|
||||||
markup::
|
markup::
|
||||||
A string that indicates how the text of the block should be parsed. Set to
|
A string that indicates how the text of the block should be parsed. Set to
|
||||||
+"pango"+ to use https://developer.gnome.org/pango/stable/PangoMarkupFormat.html[Pango markup].
|
+"pango"+ to use https://developer.gnome.org/pango/stable/PangoMarkupFormat.html[Pango markup].
|
||||||
Set to +"none"+ to not use any markup (default).
|
Set to +"none"+ to not use any markup (default). Pango markup only works
|
||||||
|
if you use a pango font.
|
||||||
|
|
||||||
If you want to put in your own entries into a block, prefix the key with an
|
If you want to put in your own entries into a block, prefix the key with an
|
||||||
underscore (_). i3bar will ignore all keys it doesn’t understand, and prefixing
|
underscore (_). i3bar will ignore all keys it doesn’t understand, and prefixing
|
||||||
|
|
Loading…
Reference in New Issue