diff options
author | Phil Xiaojun Hu <phil@cnphil.com> | 2014-09-17 14:28:01 +0800 |
---|---|---|
committer | Phil Xiaojun Hu <phil@cnphil.com> | 2014-09-17 14:38:24 +0800 |
commit | 7d157c7cef048e11e1548b721ea563e9b577eaab (patch) | |
tree | db1b0df8f1ecaa11c0b77b32fb010877fb0a974d /readme.md | |
parent | eb9f7a73677cc2bc872c3ea69f073faeefe6c989 (diff) | |
download | xmobar-7d157c7cef048e11e1548b721ea563e9b577eaab.tar.gz xmobar-7d157c7cef048e11e1548b721ea563e9b577eaab.tar.bz2 |
Support XFT multiple fonts
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -124,6 +124,10 @@ Otherwise, you'll need to install them yourself. font = "xft:Times New Roman-10:italic" + Or to have fallback fonts, just separate them by commas: + + font = "xft:Open Sans:size=9,WenQuanYi Zen Hei:size=9" + `with_mpd` : Enables support for the [MPD] daemon. Requires the [libmpd] package. |