summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-09-15 15:34:00 +0100
committerjao <jao@gnu.org>2022-09-15 15:34:00 +0100
commite39f66aac6805d832e8a5bc765ba9b385a20cd16 (patch)
treed97bb6a9b32f1fa30a59cb8eab4e11727b52fdc1 /doc
parent123fbce476fdc8deee41785c0c20c09f0a05da8e (diff)
downloadxmobar-e39f66aac6805d832e8a5bc765ba9b385a20cd16.tar.gz
xmobar-e39f66aac6805d832e8a5bc765ba9b385a20cd16.tar.bz2
new flag: with_xrender
Diffstat (limited to 'doc')
-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.