summaryrefslogtreecommitdiffhomepage
path: root/doc/compiling.org
diff options
context:
space:
mode:
Diffstat (limited to 'doc/compiling.org')
-rw-r--r--doc/compiling.org7
1 files changed, 5 insertions, 2 deletions
diff --git a/doc/compiling.org b/doc/compiling.org
index b967292..6c707e5 100644
--- a/doc/compiling.org
+++ b/doc/compiling.org
@@ -57,8 +57,8 @@ them to =stack= directly:
- =with_threaded= Uses GHC's threaded runtime. Use this option if xmobar
enters a high-CPU regime right after starting.
- - =with_cairo= Antialiased fonts via Cairo/Pango. Requires the [[http://hackage.haskell.org/package/X11-xft/][X11-xft]]
- package. To use XFT fonts you can use their fontconfig name, e.g
+ - =with_cairo= Antialiased fonts via Cairo/Pango. For fonts, you can use
+ their fontconfig name, e.g
#+begin_src haskell
font = "Iosevka Medium 10"
@@ -77,6 +77,9 @@ them to =stack= directly:
font = "xft:DejaVu Sans Mono-10"
#+end_src
+ - =with_xrender= Enables the main bar background alpha parameter. Requires
+ the [[http://hackage.haskell.org/package/X11-xft/][X11-xft]] package.
+
- =with_mpd= Enables support for the [[http://mpd.wikia.com/][MPD]] daemon. Requires the [[http://hackage.haskell.org/package/libmpd/][libmpd]]
package.