From e39f66aac6805d832e8a5bc765ba9b385a20cd16 Mon Sep 17 00:00:00 2001 From: jao Date: Thu, 15 Sep 2022 15:34:00 +0100 Subject: new flag: with_xrender --- doc/compiling.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'doc/compiling.org') 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. -- cgit v1.2.3