summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--news.md3
-rw-r--r--readme.md8
-rw-r--r--samples/xmobar.config1
3 files changed, 8 insertions, 4 deletions
diff --git a/news.md b/news.md
index 2974775..96ed623 100644
--- a/news.md
+++ b/news.md
@@ -12,6 +12,9 @@ _New features_
- Xmobar can now use a (semi)transparent background: set it with the
new configuration option `alpha` (thanks to Edward Z. Yang, see
[issue #114]).
+ - Multiple fonts available by means of the new configuration
+ parameter `additionalFonts` and the template markers
+ `<fn=1>...</fn>`, by Markus Scherer.
[issue #171]: https://github.com/jaor/xmobar/issues/171
[issue #201]: https://github.com/jaor/xmobar/issues/201
diff --git a/readme.md b/readme.md
index 3ca3a7e..c838ec1 100644
--- a/readme.md
+++ b/readme.md
@@ -1507,10 +1507,10 @@ Kosciuszkiewicz, Dmitry Kurochkin, Todd Lunter, Robert J. Macomber,
Dmitry Malikov, David McLean, Marcin Mikołajczyk, Tony Morris, Eric
Mrak, Thiago Negri, Edward O'Callaghan, Svein Ove, Martin Perner, Jens
Petersen, Alexander Polakov, Petr Rockai, Andrew Sackville-West,
-Alexander Shabalin, Peter Simons, Alexander Solovyov, John Soros,
-Travis Staton, Artem Tarasov, Samuli Thomasson, Sergei Trofimovich,
-Thomas Tuegel, Jan Vornberger, Anton Vorontsov, Daniel Wagner, Phil
-Xiaojun Hu, Edward Z. Yang and Norbert Zeh.
+Markus Scherer, Alexander Shabalin, Peter Simons, Alexander Solovyov,
+John Soros, Travis Staton, Artem Tarasov, Samuli Thomasson, Sergei
+Trofimovich, Thomas Tuegel, Jan Vornberger, Anton Vorontsov, Daniel
+Wagner, Phil Xiaojun Hu, Edward Z. Yang and Norbert Zeh.
[jao]: http://jao.io
[incorporates patches]: http://www.ohloh.net/p/xmobar/contributors
diff --git a/samples/xmobar.config b/samples/xmobar.config
index c09ee7a..ab4a456 100644
--- a/samples/xmobar.config
+++ b/samples/xmobar.config
@@ -1,4 +1,5 @@
Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
+ , addtionalFonts = []
, borderColor = "black"
, border = TopB
, bgColor = "black"